Crate kumo_template

Source

Macros§

context
Creates a template context from keys and values or merging in another value.

Structs§

CompiledTemplates
CompiledTemplates is useful when you have a set of templates that you will expand frequently in a tight loop. Because the underlying crate returns only references to Templates, it is a covariant, self-referential structure that needs to be constructed like this:
Error
Represents template errors.
Template
Represents a handle to a template.
TemplateEngine
Holds a set of templates
Value
Represents a dynamically typed value in the template engine.

Type Aliases§

TemplateList