Expand description
Rust code generator from parsed RNC schemas.
Structs§
- Codegen
Config - Code generation configuration.
- Feature
Mappings - Complete feature mappings file structure.
- Module
Mappings - Name mappings for a single module (sml, wml, pml, dml).
- Name
Mappings - Complete name mappings file structure.
Functions§
- generate
- Generate Rust code from a parsed schema.
Type Aliases§
- Element
Features - Feature tags for a single element’s attributes/children. Maps attribute/child name -> list of feature tags.
- Module
Features - Feature mappings for a single module. Maps element name (Rust name like “Row”) -> attribute/child features.