Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
benches/ | 25-Apr-2025 | - | 26 | 19 | ||
src/ | 25-Apr-2025 | - | 7,035 | 6,829 | ||
.cargo-checksum.json | D | 25-Apr-2025 | 753 | 1 | 1 | |
Android.bp | D | 25-Apr-2025 | 724 | 29 | 25 | |
Cargo.toml | D | 25-Apr-2025 | 1 KiB | 39 | 35 | |
LICENSE | D | 25-Apr-2025 | 10.6 KiB | 202 | 169 | |
LICENSE-APACHE | D | 25-Apr-2025 | 10.6 KiB | 202 | 169 | |
LICENSE-MIT | D | 25-Apr-2025 | 1.1 KiB | 22 | 17 | |
METADATA | D | 25-Apr-2025 | 390 | 18 | 17 | |
MODULE_LICENSE_APACHE2 | D | 25-Apr-2025 | 0 | |||
README.md | D | 25-Apr-2025 | 698 | 23 | 15 | |
cargo_embargo.json | D | 25-Apr-2025 | 136 | 10 | 9 |
README.md
1ucd-trie 2======== 3A library that provides compressed trie sets specifically tailored toward 4representing boolean Unicode character properties. 5 6[](https://github.com/BurntSushi/ucd-generate/actions) 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 https://www.apache.org/licenses/LICENSE-2.0) 20 * MIT license ([LICENSE-MIT](LICENSE-MIT) or 21 https://opensource.org/licenses/MIT) 22at your option. 23