Crate liquid_value[][src]

Liquid Value type.

Modules

error

Liquid Processing Errors.

Structs

Path

Path to a value in an Object.

Scalar

A Liquid scalar value

ScalarIter

Iterate over indexes in a Value's Path.

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