unicode-segmentation 1.6.0

This crate provides Grapheme Cluster, Word and Sentence boundaries according to Unicode Standard Annex #29 rules.
Documentation
[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"
exclude = ["target/*", "Cargo.lock", "scripts/tmp", "*.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.6.0"