Crate brix_processor

Source
Expand description

§Brix Processor

Brix processor is a wrapper around handlrbars that allows for more complex context handling and adds custom helper functions.

Structs§

ProcessorCore
Struct that contains an inner handlebars object with registered helpers. May contain other templating engines in the future.

Functions§

create_context
Create a valid context map by serializing into JSON.