Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
benches/ | 03-May-2024 | - | 29 | 22 | ||
src/ | 03-May-2024 | - | 6,788 | 6,584 | ||
Android.bp | D | 03-May-2024 | 1.7 KiB | 55 | 49 | |
Cargo.toml | D | 03-May-2024 | 1 KiB | 31 | 28 | |
Cargo.toml.orig | D | 03-May-2024 | 548 | 22 | 19 | |
LICENSE | D | 03-May-2024 | 10.6 KiB | 202 | 169 | |
LICENSE-APACHE | D | 03-May-2024 | 10.6 KiB | 202 | 169 | |
LICENSE-MIT | D | 03-May-2024 | 1.1 KiB | 22 | 17 | |
METADATA | D | 03-May-2024 | 470 | 21 | 20 | |
MODULE_LICENSE_APACHE2 | D | 03-May-2024 | 0 | |||
OWNERS | D | 03-May-2024 | 47 | 2 | 1 | |
README.md | D | 03-May-2024 | 676 | 23 | 15 |
README.md
1ucd-trie 2======== 3A library that provides compressed trie sets specifically tailored toward 4representing 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 12https://docs.rs/ucd-trie 13 14 15### License 16 17This 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) 22at your option. 23