Name Description Size
id.rs 8911
lib.rs # UNIC — UCD — Identifier Properties A component of [`unic`: Unicode and Internationalization Crates for Rust](/unic/). Accessor to the UCD properties used widely by [UAX31 Unicode Identifier and Pattern Syntax]. # Features - `xid` (default): the `XID_Start` and `XID_Continue` properties. - `id` (optional): the `ID_Start` and `ID_Continue` properties. NOTE: in most cases, you should prefer using the `XID` properties because they are consistent under NFKC normalization. - `pattern` (optional): the `Pattern_Syntax` and `Pattern_White_Space` properties. [UAX31 Unicode Identifier and Pattern Syntax]: <https://www.unicode.org/reports/tr31/> 2117
pattern.rs 10029
pkg_info.rs Package information 714
xid.rs 9123