Module bracket::render[][src]

Expand description

Render a template to output using the data.

Re-exports

pub use assert::assert;
pub use assert::Type;
pub use context::Context;
pub use context::MissingValue;
pub use context::Property;
pub use scope::Scope;

Modules

Utility functions for type assertions.

Context information for the call to a helper.

Scopes define the evaluation context for variable paths.

Structs

Render a template.

Enums

Call site keeps track of calls so we can detect cyclic calls and therefore prevent a stack overflow by returning a render error when a cycle is detected.