Expand description
The code module contains types and helper methods to format and manage the
code generated by this crate.
Structs§
- Ident
Path - Represents a identifier path.
- Module
- Manages the code that is generated for a specific module.
- Module
Path - Represents a path of a module.
Functions§
- format_
field_ ident - Formats the passed
nameas field name. - format_
module_ ident - Formats the passed
nameas module name. - format_
type_ ident - Formats the passed
nameas type name. - format_
variant_ ident - Formats the passed
nameas variant name.