Crate lithos_gotmpl_core

Crate lithos_gotmpl_core 

Source

Structs§

AnalysisIssue
ControlUsage
EvalContext
Execution context threaded through template evaluation.
FunctionCall
FunctionRegistry
Registry that maps helper names to callable functions.
FunctionRegistryBuilder
Helper for constructing registries before freezing them into an immutable map.
Template
Parsed template with associated AST and original source.
TemplateAnalysis
TemplateCall
VariableAccess

Enums§

Certainty
ControlKind
Error
Unified error type for the template engine.
FunctionSource
Precision
VariableKind

Functions§

analyze_template
coerce_number
install_text_template_functions
Installs the standard Go text/template helper functions into an existing registry builder.
is_empty
is_truthy
text_template_functions
Returns a registry populated with the standard Go text/template helper functions.
value_to_string