UNIC — UCD — Identifier Properties
A component of unic: Unicode and Internationalization Crates for Rust.
Accessor to the UCD properties used widely by UAX31 Unicode Identifier and Pattern Syntax.
Features
-
xid(default): theXID_StartandXID_Continueproperties. -
id(optional): theID_StartandID_Continueproperties. NOTE: in most cases, you should prefer using theXIDproperties because they are consistent under NFKC normalization. -
pattern(optional): thePattern_SyntaxandPattern_White_Spaceproperties.