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§
pub use crate::alphabetic::is_alphabetic;
pub use crate::alphabetic::Alphabetic;
pub use crate::white_space::is_white_space;
pub use crate::white_space::WhiteSpace;
pub use crate::alphanumeric::is_alphanumeric;
pub use crate::control::is_control;
pub use crate::numeric::is_numeric;
Modules§
- alphabetic
- Unicode Alphabetic Character Property.
- alphanumeric
- Alphanumeric Character Property, equal to
General_Category = Nd | Nl | No or Alphabetic = Yes
. - control
- Control Character Property, equal to
General_Category = Cc
. - numeric
- Numeric Character Property, equal to
General_Category = Nd | Nl | No
. - 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