- Notifications
You must be signed in to change notification settings - Fork32
License
Apache-2.0, MIT licenses found
Licenses found
Apache-2.0
LICENSE-APACHEMIT
LICENSE-MITNotificationsYou must be signed in to change notification settings
unicode-rs/unicode-xid
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Determine if achar is a valid identifier for a parser and/or lexer according toUnicode Standard Annex #31 rules.
externcrate unicode_xid;use unicode_xid::UnicodeXID;fnmain(){let ch ='a';println!("Is {} a valid start of an identifier? {}", ch,UnicodeXID::is_xid_start(ch));}
unicode-xid supports ano_std feature. This eliminates dependenceon std, and instead uses equivalent functions from core.
About
No description, website, or topics provided.
Resources
License
Apache-2.0, MIT licenses found
Licenses found
Apache-2.0
LICENSE-APACHEMIT
LICENSE-MITUh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.