Module generator

Source
Expand description

The generator module contains the code Generator and all related types.

Structs§

BoxFlags
Flags to tell the Generator how to deal with boxed types.
GenerateFlags
Different flags that control what code the Generator is generating.
Generator
Type that is used to generate rust code from a Types object.

Enums§

ContentMode
Tells the Generator what type should be generated for the content of an XML element.
Error
Error that might be raised by the Generator.
SerdeSupport
Tells the Generator how to generate code for the serde crate.
TypedefMode
Tells the Generator how to deal with type definitions.