mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-17 18:09:50 +00:00
23 lines
661 B
Markdown
23 lines
661 B
Markdown
ucd-parse
|
|
=========
|
|
A library for parsing Unicode Character Database (UCD) files into structured
|
|
data.
|
|
|
|
[](https://github.com/BurntSushi/ucd-generate/actions)
|
|
[](https://crates.io/crates/ucd-parse)
|
|
|
|
|
|
### Documentation
|
|
|
|
https://docs.rs/ucd-parse
|
|
|
|
|
|
### License
|
|
|
|
This project is licensed under either of
|
|
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
|
|
https://www.apache.org/licenses/LICENSE-2.0)
|
|
* MIT license ([LICENSE-MIT](LICENSE-MIT) or
|
|
https://opensource.org/licenses/MIT)
|
|
at your option.
|