Crate ucd_util

source ·
Expand description

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.

Constants

  • A set of ranges that corresponds to the set of all Hangul syllable codepoints.
  • A set of ranges that corresponds to the set of all ideograph codepoints.

Functions

Type Definitions