summaryrefslogtreecommitdiffstats
path: root/vendor/ucd-trie/README.md
blob: b70fbfca6dbf1b95a95fd0110f4695ef1bec3b4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
ucd-trie
========
A library that provides compressed trie sets specifically tailored toward
representing boolean Unicode character properties.

[![Linux build status](https://api.travis-ci.org/BurntSushi/ucd-generate.png)](https://travis-ci.org/BurntSushi/ucd-generate)
[![](http://meritbadge.herokuapp.com/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.