Expand description
§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§
- Binary
Char Property - A Character Property with binary values.
- Char
Property - A Character Property, defined for some or all Unicode characters.
- Custom
Char Property - A Character Property with custom values.
- Enumerated
Char Property - A Character Property with enumerated values.
- Numeric
Char Property - A Character Property with numeric values.
- Numeric
Char Property Value - Marker for numeric types accepted by
NumericCharProperty
. - Partial
Char Property - A Character Property defined for some characters.
- Total
Char Property - A Character Property defined on all characters.