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.
Generator
Type that is used to generate rust code from a Types object.
GeneratorFixed
Type that is used to generate rust code from a Types object.
GeneratorFlags
Different flags that control what code the Generator is generating.

Enums§

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.