Crate unic [] [src]

UNIC: Unicode and Internationalization Crates for RUST

The unic super-crate (this) is a collection of all UNIC components, providing an easy way of access to all functionalities, when all or many are needed, instead of importing components one-by-one, and ensuring all components imported are compatible in algorithms and consistent data-wise.

Components

  • 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).

Reexports

pub extern crate unic_bidi as bidi;
pub extern crate unic_idna as idna;
pub extern crate unic_normal as normal;
pub extern crate unic_ucd as ucd;