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

..03-May-2022-

benches/H03-May-2022-3023

src/H03-May-2022-2,0031,798

.cargo-checksum.jsonH A D03-May-202289 11

.cargo_vcs_info.jsonH A D01-Jan-197074 65

Cargo.tomlH A D01-Jan-19701 KiB3027

Cargo.toml.orig-cargoH A D21-Jul-2019531 2118

LICENSE-APACHEH A D06-Mar-201810.6 KiB202169

LICENSE-MITH A D06-Mar-20181.1 KiB2217

README.mdH A D06-Mar-2018676 2315

README.md

1ucd-trie
2========
3A library that provides compressed trie sets specifically tailored toward
4representing boolean Unicode character properties.
5
6[![Linux build status](https://api.travis-ci.org/BurntSushi/ucd-generate.png)](https://travis-ci.org/BurntSushi/ucd-generate)
7[![](http://meritbadge.herokuapp.com/ucd-generate)](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