Collection of all UNIC major components, providing an easy way of access to all functionalities, when all or many are needed, instead of importing components one-by-one. This crate ensures all components imported are compatible in algorithms and consistent in data.
unic::ucd
: Unicode Character Database.
unic::bidi
: Unicode Bidirectional Algorithm (USA#9).
unic::normal
: Unicode Normalization Forms (USA#15).
unic::idna
: Unicode IDNA Compatibility Processing
(UTS#46).