23 lines
676 B
Markdown
23 lines
676 B
Markdown
ucd-trie
|
|
========
|
|
A library that provides compressed trie sets specifically tailored toward
|
|
representing boolean Unicode character properties.
|
|
|
|
[](https://travis-ci.org/BurntSushi/ucd-generate)
|
|
[](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
|
|
http://www.apache.org/licenses/LICENSE-2.0)
|
|
* MIT license ([LICENSE-MIT](LICENSE-MIT) or
|
|
http://opensource.org/licenses/MIT)
|
|
at your option.
|