Crate unic_char_property[−][src]
UNIC — Unicode Character Tools - Character Property
A component of unic
: Unicode and Internationalization Crates for Rust.
Character Property taxonomy, contracts and build macros.
References
Modules
tables |
Character data tables used in UNIC. |
Macros
char_property |
Macro for declaring a character property. |
Constants
PKG_DESCRIPTION |
UNIC component description. |
PKG_NAME |
UNIC component name. |
PKG_VERSION |
UNIC component version. |
Traits
BinaryCharProperty |
A Character Property with binary values. |
CharProperty |
A Character Property, defined for some or all Unicode characters. |
CustomCharProperty |
A Character Property with custom values. |
EnumeratedCharProperty |
A Character Property with enumerated values. |
NumericCharProperty |
A Character Property with numeric values. |
NumericCharPropertyValue |
Marker for numeric types accepted by |
PartialCharProperty |
A Character Property defined for some characters. |
TotalCharProperty |
A Character Property defined on all characters. |