Crate hornbeam_interpreter

Source

Modules§

localisation

Structs§

LoadedTemplates
Params
PreparedTemplate
TemplateAccessibleMethod
A method that can be accessed (called) by templates. There is no dynamic dispatch for methods: the name of the method is the only thing that determines which one to call, not the type of the self-parameter.

Enums§

InterpreterError

Traits§

LocalisationSystem
A localisation system. If unused, can use NoLocalisation. Default suggestion would be the FluentLocalisationSystem included in this crate.
OutputSystem
A way of outputting the text.

Functions§

default_template_accessible_methods
Return a map of the default suggested template-accessible methods.