• Home
Name Date Size #Lines LOC

..--

benches/03-May-2024-2619

src/03-May-2024-6,9596,753

.cargo_vcs_info.jsonD03-May-2024102 66

Android.bpD03-May-20241.8 KiB5753

Cargo.tomlD03-May-20241 KiB3935

Cargo.toml.origD03-May-2024549 2219

LICENSED03-May-202410.6 KiB202169

LICENSE-APACHED03-May-202410.6 KiB202169

LICENSE-MITD03-May-20241.1 KiB2217

METADATAD03-May-2024633 2422

MODULE_LICENSE_APACHE2D03-May-20240

OWNERSD03-May-202447 21

README.mdD03-May-2024698 2315

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