• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

benches/25-Apr-2025-2619

src/25-Apr-2025-7,0356,829

.cargo-checksum.jsonD25-Apr-2025753 11

Android.bpD25-Apr-2025724 2925

Cargo.tomlD25-Apr-20251 KiB3935

LICENSED25-Apr-202510.6 KiB202169

LICENSE-APACHED25-Apr-202510.6 KiB202169

LICENSE-MITD25-Apr-20251.1 KiB2217

METADATAD25-Apr-2025390 1817

MODULE_LICENSE_APACHE2D25-Apr-20250

README.mdD25-Apr-2025698 2315

cargo_embargo.jsonD25-Apr-2025136 109

README.md

1ucd-trie
2========
3A library that provides compressed trie sets specifically tailored toward
4representing boolean Unicode character properties.
5
6[![Build status](https://github.com/BurntSushi/ucd-generate/workflows/ci/badge.svg)](https://github.com/BurntSushi/ucd-generate/actions)
7[![crates.io](https://img.shields.io/crates/v/ucd-trie.svg)](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