Expand description

A flexible, yet simple quote-based code generator for creating beautiful Rust code

Modules

Configuration related items

Configuration variable related items

Macros

Import the list of variables from the Config into local bindings that can be interpolated with quote

Import the variables from the Config into local variables that can be interpolated with quote

Register code fragments in preparation for code generation

Structs

The actual code generator

Enums

This error will be returned if any issues arise during the code generation process

Traits

A single code fragment - the smallest unit of work

Type Definitions

A map of all registered code fragments. Is is returned by a call to register_fragments