Crate precis_tools

source ·
Expand description

Tools and parsers to generate PRECIS tables from the Unicode Character Database (UCD) This crate is generally used to generate code to be used by other crates such as precis-core or precis-profiles. Consider adding this in your build-dependencies section instead.

Structs

Enums

  • Second column in the precis-tables.csv file. Values could be made up of a single derived property value, or two combined with the or word
  • Represents the derived property value assigned to an Unicode code point. This value is parsed from the CSV maintained in the IANA registry.

Traits

  • Trait implemented by all elements which are able to generate code.
  • Trait implemented by all elements that are able to parse UCD files.
  • Generic trait used by parsers to generate code.