unicode-general-category 1.0.0

Fast lookup of the Unicode General Category property for char
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "unicode-general-category"
version = "1.0.0"
authors = ["YesLogic Pty. Ltd. <info@yeslogic.com>"]
edition = "2018"

homepage = "https://github.com/yeslogic/unicode-general-category"
documentation = "https://docs.rs/unicode-general-category"
repository = "https://github.com/yeslogic/unicode-general-category"

readme = "README.md"
license = "Apache-2.0"

description = "Fast lookup of the Unicode General Category property for char"
keywords = ["unicode", "general", "category", "no-std"]
categories = ["text-processing"]

[dependencies]