[](https://docs.rs/precis-core)
# precis-core
PRECIS Framework: Preparation, Enforcement, and Comparison of
Internationalized Strings in Application Protocols as described in
[`rfc8264`](https://datatracker.ietf.org/doc/html/rfc8264)
This crate implements the PRECIS base string classes and tables
that profiles can use for their implementation. The crate `precis-profiles`
provides a list of implemented profiles that applications can use.
# `crates.io`
You can use this package in your project by adding the following
to your `Cargo.toml`:
```toml
[dependencies]
precis-core = "0.1.4"
```
# Documentation
https://docs.rs/precis-core
# License
This project is licensed under either of
* [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)
* [MIT license](https://opensource.org/licenses/MIT)