Crate kumo_template

source

Macros§

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

Structs§

  • 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:
  • Represents template errors.
  • Represents a handle to a template.
  • Holds a set of templates
  • Represents a dynamically typed value in the template engine.

Type Aliases§