[][src]Crate bracket

Re-exports

pub use registry::Registry;
pub use template::Template;
pub use escape::EscapeFn;

Modules

error

Error types.

escape

Escape function trait and default functions.

helper

Helper trait and types for the default set of helpers.

lexer

Iterator for grammar tokens.

log

Helper to print log messages.

output

Trait and type for rendering to destinations.

parser

Convert the lexer token stream to AST nodes.

registry

Collection of helpers and function handlers.

render

Render a template to output using the data.

template

Templates add rendering capability to nodes.

Type Definitions

RenderResult
Result