ucd-trie 0.1.7

A trie for storing Unicode codepoint sets and maps.
Documentation
[[bench]]
name = "bench"
path = "benches/bench.rs"

[dev-dependencies.once_cell]
version = "1"

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

[lib]
name = "ucd_trie"
path = "src/lib.rs"

[package]
authors = ["Andrew Gallant <jamslam@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = """
A trie for storing Unicode codepoint sets and maps.
"""
documentation = "https://docs.rs/ucd-trie"
edition = "2021"
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.7"