Crate unic_ucd_common

Source
Expand description

§UNIC — UCD — Common Character Properties

A component of unic: Unicode and Internationalization Crates for Rust.

Accessor for common character properties from the Unicode Character Database (UCD).

Re-exports§

Modules§

  • Unicode Alphabetic Character Property.
  • Alphanumeric Character Property, equal to General_Category = Nd | Nl | No or Alphabetic = Yes.
  • Control Character Property, equal to General_Category = Cc.
  • Numeric Character Property, equal to General_Category = Nd | Nl | No.
  • Unicode White_Space Character Property.

Constants§