/*!
The `ucd-util` crate contains a smattering of utility functions that implement
various algorithms specified by Unicode. There is no specific goal for
exhaustiveness. Instead, implementations should be added on an as-needed basis.
A *current* design constraint of this crate is that it should not bring in any
large Unicode tables. For example, to use the various property name and value
canonicalization functions, you'll need to supply your own table, which can
be generated using `ucd-generate`.
*/
pub use ;
pub use ;
pub use ;
pub use ;