Struct precis_tools::CodepointsGen [−][src]
pub struct CodepointsGen {}Expand description
Generate the Codepoints struct used by all tables created by all generators.
Example:
pub enum Codepoints {
Single(u32),
Range(std::ops::RangeInclusive<u32>),
}