Crate liquid [] [src]

Modules

lexer
parser

Structs

Context
LiquidOptions
Template

Enums

Error
ErrorMode

The ErrorMode to use. This currently does not have an effect, until ErrorModes are properly implemented.

FilterError
Value

An enum to represent different value types

Traits

Renderable

Any object (tag/block) that can be rendered by liquid must implement this trait.

Functions

parse

Parses a liquid template, returning a Template object.

Type Definitions

Block

A trait for creating custom custom block-size tags ({% if something %}{% endif %}). This is a simple type alias for a function.

FilterResult
Tag

A trait for creating custom tags. This is a simple type alias for a function.