Struct precis_tools::DerivedPropertyValueGen [−][src]
pub struct DerivedPropertyValueGen {}Expand description
Generates the derived property enum with the values described in the PRECIS Code Point Properties section.
Example:
pub enum DerivedPropertyValue {
PValid,
SpecClassPval,
SpecClassDis,
ContextJ,
ContextO,
Disallowed,
Unassigned,
}