Crate liquid_value

source ·
Expand description

Liquid Value type.

Modules

Liquid Processing Errors.
A map implementation.

Macros

A liquid_value::Value literal.

Structs

Iterator over a Values keys.
Path to a value in an Object.
Iterate over indexes in a Value’s Path.
A Liquid scalar value
A Display for a Scalar rendered for the user.
A Display for a Scalar as source code.
A Display for a Value rendered for the user.
A Display for a Scalar as source code.

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
Path to a value in an Object.
A Liquid scalar value