//! 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.
include!;
pub use crateCodepointInfo;
pub use crateError;
pub use crateUnexpectedError;
pub use crateFreeformClass;
pub use crateIdentifierClass;
pub use crateStringClass;