finl_unicode 1.3.0

Library for handling Unicode functionality for finl (categories and grapheme segmentation)
Documentation
[[bench]]
harness = false
name = "categories"

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

[build-dependencies]

[dependencies]

[dev-dependencies.bstr]
version = "1.10.0"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5.1"

[dev-dependencies.unicode-segmentation]
version = "1.12.0"

[dev-dependencies.unicode_categories]
version = "0.1.1"

[features]
categories = []
default = ["categories", "grapheme_clusters"]
grapheme_clusters = []

[package]
categories = ["text-processing", "internationalization"]
description = "Library for handling Unicode functionality for finl (categories and grapheme segmentation)"
edition = "2021"
exclude = ["resources"]
homepage = "https://finl.xyz"
keywords = ["unicode", "segmentation", "graphemes"]
license = "(MIT OR Apache-2.0) AND Unicode-DFS-2016"
name = "finl_unicode"
readme = "README.md"
repository = "https://github.com/dahosek/finl_unicode"
version = "1.3.0"