rust-unicode-segmentation
Grapheme Cluster, Word and Sentence boundaries
This crate provides Grapheme Cluster, Word and Sentence boundaries according to Unicode Standard Annex #29 rules.
- Versions: 1.8.0
- Website: https://github.com/unicode-rs/unicode-segmentation
- Licenses: ASL 2.0 · Expat
- Package source: gnu/packages/crates-io.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of rust-unicode-segmentation
as follows:
guix install rust-unicode-segmentation
Or install a particular version:
guix install rust-unicode-segmentation@1.8.0
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.