unicode-general-category 1.0.0

Fast lookup of the Unicode General Category property for char
Documentation
[dependencies]

[lib]
name = "unicode_general_category"
path = "src/lib.rs"

[package]
authors = ["YesLogic Pty. Ltd. <info@yeslogic.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
categories = ["text-processing"]
description = "Fast lookup of the Unicode General Category property for char"
documentation = "https://docs.rs/unicode-general-category"
edition = "2018"
homepage = "https://github.com/yeslogic/unicode-general-category"
keywords = ["unicode", "general", "category", "no-std"]
license = "Apache-2.0"
name = "unicode-general-category"
readme = "README.md"
repository = "https://github.com/yeslogic/unicode-general-category"
version = "1.0.0"