Crate ucd_parse

source ·
Expand description

A library for parsing the Unicode character database.

Modules

  • Types for parsing files in the extracted subdirectory of the Unicode Character Database download.

Structs

Enums

Traits

  • Describes a single UCD file.
  • Describes a single UCD file where every record in the file is associated with one or more codepoints.

Functions

  • Parse a particular file in the UCD into a sequence of rows.
  • Parse a particular file in the UCD into a map from codepoint to the record.
  • Parse a particular file in the UCD into a map from codepoint to all records associated with that codepoint.
  • Given a path pointing at the root of the ucd_dir, attempts to determine it’s unicode version.