Expand description
A flexible, yet simple quote-based code generator for creating beautiful Rust code
Modules§
Macros§
- import_
lists - Import the list of variables from the Config into local bindings that can be interpolated with
quote
- import_
vars - Import the variables from the Config into local variables that can be interpolated with
quote
- register_
fragments - Register code fragments in preparation for code generation
Structs§
- Code
Generator - The actual code generator
Enums§
- Error
- This error will be returned if any issues arise during the code generation process
Traits§
- Code
Fragment - A single code fragment - the smallest unit of work
Type Aliases§
- Code
Fragments - A map of all registered code fragments. Is is returned by a call to register_fragments