Crate rubble_templates_core

Source

Modulesยง

ast
An API for AST representation.
compiler
An API for compilers that use a selected parser and evaluator, and compile output text.
evaluator
An API for evaluators that can be used to evaluate code fragments in the parsed template.
functions
An API for creating custom functions that extend the features of an evaluator.
template
An API for representation of parsed templates.
units
Basic rubble-templates units.