Tools and parsers to generate PRECIS tables from the Unicode Character Database (UCD)
You can use this package in your project by adding the following
to your Cargo.toml
:
toml
[dependencies]
precis-tools = "0.1.1"
This crate is generally used to generate code to be used by other crates such as precis-core or precis-profiles.
Consider adding this in your build-dependencies Cargo section instead.
https://docs.rs/precis-tools
This project is licensed under either of * Apache License, Version 2.0, (LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0) * MIT license (LICENSE-MIT or https://opensource.org/licenses/MIT) at your option.