ucd-trie 0.1.5

A trie for storing Unicode codepoint sets and maps.
Documentation
[dev-dependencies.once_cell]
version = "1"

[features]
default = ["std"]
std = []

[package]
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "A trie for storing Unicode codepoint sets and maps.\n"
documentation = "https://docs.rs/ucd-trie"
edition = "2018"
homepage = "https://github.com/BurntSushi/ucd-generate"
keywords = ["unicode", "database", "character", "codepoint", "trie"]
license = "MIT OR Apache-2.0"
name = "ucd-trie"
readme = "README.md"
repository = "https://github.com/BurntSushi/ucd-generate"
version = "0.1.5"