unicode-segmentation 1.10.0

This crate provides Grapheme Cluster, Word and Sentence boundaries according to Unicode Standard Annex #29 rules.
Documentation
[[bench]]
harness = false
name = "graphemes"

[[bench]]
harness = false
name = "unicode_words"

[[bench]]
harness = false
name = "word_bounds"
[dev-dependencies.criterion]
version = "0.3"

[dev-dependencies.quickcheck]
version = "0.7"

[features]
no_std = []

[package]
authors = ["kwantam <kwantam@gmail.com>", "Manish Goregaokar <manishsmail@gmail.com>"]
description = "This crate provides Grapheme Cluster, Word and Sentence boundaries\naccording to Unicode Standard Annex #29 rules.\n"
documentation = "https://unicode-rs.github.io/unicode-segmentation"
edition = "2018"
exclude = ["target/*", "Cargo.lock", "scripts/tmp", "benches/texts/*", "*.txt"]
homepage = "https://github.com/unicode-rs/unicode-segmentation"
keywords = ["text", "unicode", "grapheme", "word", "boundary"]
license = "MIT/Apache-2.0"
name = "unicode-segmentation"
readme = "README.md"
repository = "https://github.com/unicode-rs/unicode-segmentation"
version = "1.10.0"