[][src]Crate liquid_value

Liquid Value type.

Modules

error

Liquid Processing Errors.

map

A map implementation.

Macros

liquid_value

A liquid_value::Value literal.

Structs

Keys

Iterator over a Values keys.

Path

Path to a value in an Object.

PathIter

Iterate over indexes in a Value's Path.

ScalarCow

A Liquid scalar value

ScalarRendered

A Display for a Scalar rendered for the user.

ScalarSource

A Display for a Scalar as source code.

ValueRendered

A Display for a Value rendered for the user.

ValueSource

A Display for a Scalar as source code.

Enums

Value

An enum to represent different value types

Functions

to_value

Convert a T into liquid_value:Value.

Type Definitions

Array

Type representing a Liquid array, payload of the Value::Array variant

Date

Liquid's native date/time type.

Object

Type representing a Liquid object, payload of the Value::Object variant

PathRef

Path to a value in an Object.

Scalar

A Liquid scalar value