Expand description
Data model definitions used throughout the transformation pipeline.
This module contains structured representations of intermediate and final data forms used in parsing, interpretation, code generation, and rendering. It serves as the central type layer for schema handling and Rust code generation.
Modules§
- code
- The
code
module contains types and helper methods to format and manage the code generated by this crate. - data
- Rust-oriented data type representations for code generation.
- meta
- The
meta
module contains allMetaType
related definitions and structures. - schema
- The
schema
module contains internal representations of XML Schema (XSD) structures.
Structs§
- Ident
- Represents a type identifier.
- RawByte
Str - Helper type that implements
Debug
andDisplay
for a byte slice.