Crate liquid_value

source ·
Expand description

Liquid Value type.

Modules

Liquid Processing Errors.

Structs

Path to a value in an Object.
A Liquid scalar value
Iterate over indexes in a Value’s Path.

Enums

An enum to represent different value types

Functions

Convert a T into liquid_value:Value.

Type Definitions

Type representing a Liquid array, payload of the Value::Array variant
Liquid’s native date/time type.
Type representing a Liquid object, payload of the Value::Object variant