ucd-trie 0.1.7

A trie for storing Unicode codepoint sets and maps.
Documentation
ucd-trie
========
A library that provides compressed trie sets specifically tailored toward
representing boolean Unicode character properties.

[![Build status](https://github.com/BurntSushi/ucd-generate/workflows/ci/badge.svg)](https://github.com/BurntSushi/ucd-generate/actions)
[![crates.io](https://img.shields.io/crates/v/ucd-trie.svg)](https://crates.io/crates/ucd-trie)


### Documentation

https://docs.rs/ucd-trie


### License

This project is licensed under either of
 * Apache License, Version 2.0, ([LICENSE-APACHE]LICENSE-APACHE or
   https://www.apache.org/licenses/LICENSE-2.0)
 * MIT license ([LICENSE-MIT]LICENSE-MIT or
   https://opensource.org/licenses/MIT)
at your option.