unicode-character-database 0.1.0

Unicode character database tables (Unicode Standard Annex #44) generated using `ucd-generate`
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
authors = ["Boshen <boshenc@gmail.com>"]
description = """
Unicode character database tables (Unicode Standard Annex #44) generated using `ucd-generate`
"""
documentation = "https://docs.rs/unicode-character-database"
exclude = ["/.github/**", "/scripts/*", "/tables/*"]
homepage = "https://github.com/Boshen/unicode-character-database"
keywords = ["text", "unicode", "ucd", "tr44"]
license = "MIT OR Apache-2.0"
name = "unicode-character-database"
readme = "README.md"
repository = "https://github.com/Boshen/unicode-character-database"
rust-version = "1.17"
version = "0.1.0"