unicode_names2 0.5.1

Map characters to and from their name given in the Unicode standard. This goes to great lengths to be as efficient as possible in both time and space, with the full bidirectional tables weighing barely 500 KB but still offering O(1)* look-up in both directions. (*more precisely, O(length of name).)
Documentation
[dev-dependencies.rand]
version = "0.5.1"

[dev-dependencies.unicode_names2_macros]
version = ">=0.3, <0.6"

[features]
default = []
no_std = []
unstable = []

[package]
authors = ["Huon Wilson <dbau.pp@gmail.com>", "Kang Seonghoon <public+rust@mearie.org>", "Valentin Lorentz <progval+git@progval.net>"]
description = "Map characters to and from their name given in the Unicode standard.\nThis goes to great lengths to be as efficient as possible in both time\nand space, with the full bidirectional tables weighing barely 500 KB\nbut still offering O(1)* look-up in both directions. (*more precisely,\nO(length of name).)\n"
documentation = "https://docs.rs/unicode_names2/"
exclude = ["data/*", "generator/*"]
homepage = "https://github.com/ProgVal/unicode_names2"
keywords = ["text", "unicode"]
license = "MIT/Apache-2.0"
name = "unicode_names2"
readme = "README.md"
repository = "https://github.com/ProgVal/unicode_names2"
version = "0.5.1"