Henri Chataing | 1e09924 | 2022-02-08 11:32:43 +0100 | [diff] [blame] | 1 | ucd-trie |
| 2 | ======== |
| 3 | A library that provides compressed trie sets specifically tailored toward |
| 4 | representing boolean Unicode character properties. |
| 5 | |
| 6 | [](https://travis-ci.org/BurntSushi/ucd-generate) |
| 7 | [](https://crates.io/crates/ucd-trie) |
| 8 | |
| 9 | |
| 10 | ### Documentation |
| 11 | |
| 12 | https://docs.rs/ucd-trie |
| 13 | |
| 14 | |
| 15 | ### License |
| 16 | |
| 17 | This project is licensed under either of |
| 18 | * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or |
| 19 | http://www.apache.org/licenses/LICENSE-2.0) |
| 20 | * MIT license ([LICENSE-MIT](LICENSE-MIT) or |
| 21 | http://opensource.org/licenses/MIT) |
| 22 | at your option. |