rust-unicode-ident
Implementation of Unicode Standard Annex #31
This package lets you determine whether characters have the XID_Start
or XID_Continue
properties according to Unicode Standard Annex #31.
- Versions: 1.0.3
- Website: https://github.com/dtolnay/unicode-ident
- Licenses: ASL 2.0 · Expat · Unicode
- Package source: gnu/packages/crates-io.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of rust-unicode-ident
as follows:
guix install rust-unicode-ident
Or install a particular version:
guix install rust-unicode-ident@1.0.3
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.