[][src]Module bracket::helper

Helper trait and types for the default set of helpers.

Modules

comparison

Helpers for numerical comparisons.

each

Block helper that iterates arrays and objects.

if

Helpers for conditional statements.

json

Helper that returns a JSON string.

log

Helper to print log messages.

logical

Helpers for conditional statements.

lookup

Helper to lookup a field of an array or object.

unless

Block helper for negated conditional.

with

Block helper that sets the scope.

Structs

HelperRegistry

Collection of helpers.

Traits

Helper

Trait for helpers.

Type Definitions

HelperResult

Result type returned when invoking helpers.

HelperValue

Result type that helper implementations should return.