3 releases (breaking)
0.9.0 | Mar 3, 2019 |
---|---|
0.8.0 | Jan 2, 2019 |
0.7.0 | Feb 7, 2018 |
#8 in #unicode-characters
22,799 downloads per month
Used in 72 crates
(6 directly)
81KB
1K
SLoC
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_Start
andXID_Continue
properties. -
id
(optional): theID_Start
andID_Continue
properties. NOTE: in most cases, you should prefer using theXID
properties because they are consistent under NFKC normalization. -
pattern
(optional): thePattern_Syntax
andPattern_White_Space
properties.