Skip to main content

Module template

Module template 

Source
Expand description

Lightweight template engine featuring brace-delimited placeholders.

Structs§

DynamicTemplate
A parsed {{var}} template with an open set of named variables.
Template
Parsed template string with typed placeholders.

Enums§

TemplateError
Errors returned by template parsing and rendering.
TemplatePart
One parsed template part.

Traits§

Placeholder
A placeholder token that can be parsed from a template.