[][src]Crate bracket

Re-exports

pub use error::Error;
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.

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 type returned when rendering templates.

Result

Result type returned by the registry.

SyntaxResult

Result type returned when compiling templates.