# Structs

No description provided by the author
Specifies what templates belong to a generator and what variables it needs to run.
All Information needed by a render run.
Parameters you will need to provide for a render run.
Information about the results of a render run.
Specifies a template to process, or a list to iterate over, if WithItems is nonempty (setting {{ item }} each run) Every field is evaluated as a template itself, so you can use variables in all fields.
Specifies a variable that this generator uses, so it is made available in the templates.

# Interfaces

Functionality that this library exposes.