Crate unic_ucd_common [−] [src]
UNIC — UCD — Case Character Properties
A component of unic: Unicode and Internationalization Crates for Rust.
Accessor for common character properties from the Unicode Character Database (UCD).
Reexports
pub use alphabetic::is_alphabetic; |
pub use alphabetic::Alphabetic; |
pub use white_space::is_white_space; |
pub use white_space::WhiteSpace; |
pub use alphanumeric::is_alphanumeric; |
pub use control::is_control; |
pub use numeric::is_numeric; |
Modules
| alphabetic |
Unicode Alphabetic Character Property. |
| alphanumeric |
Alphanumeric Character Property, equal to |
| control |
Control Character Property, equal to |
| numeric |
Numeric Character Property, equal to |
| white_space |
Unicode White_Space Character Property. |
Constants
| PKG_DESCRIPTION |
UNIC component description. |
| PKG_NAME |
UNIC component name. |
| PKG_VERSION |
UNIC component version. |
| UNICODE_VERSION |
The Unicode version of data |