unicode-general-category 0.6.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
[badges.travis-ci]
repository = "yeslogic/unicode-general-category"

[dependencies]

[package]
authors = ["YesLogic Pty. Ltd. <info@yeslogic.com>"]
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 = "0.6.0"