Expand description
Liquid data model.
Modules§
- Type representing a Liquid object, payload of the
Value::Objectvariant
Macros§
- A value::Array literal.
- A value::Object literal.
- A value::Scalar literal.
- A value::Value literal.
Structs§
- Liquid’s native date only type.
- Liquid’s native date + time type.
- A reference to a UTF-8 encoded, immutable string.
- Type representing a Liquid object, payload of the
Value::Objectvariant - Helper for
ObjectView::render - Helper for
ObjectView::source - Path to a value in an
Object. - Iterate over indexes in a
Value’sPath. - A Liquid scalar value
Valuecomparison semantics for types implementingValueView.
Enums§
- Abstract the lifetime of a
Display. - Queryable state for a
Value. - An enum to represent different value types
- Abstract the lifetime of a
Value.
Traits§
- Accessor for arrays.
- Owned object index
- Accessor for objects.
- Accessor for Values.
- Accessor for objects.
- Accessor for Values.
Functions§
- Find a
ValueViewnested in anObjectView - Convert a value into
T. - Convert a
Tintoliquid_core::model::Object. - Convert a
Tintoliquid_core::model::Scalar. - Convert a
Tintoliquid_core::model::Value. - Find a
ValueViewnested in anObjectView
Type Aliases§
- Type representing a Liquid array, payload of the
Value::Arrayvariant - A UTF-8 encoded, immutable string.
- A reference to a UTF-8 encoded, immutable string.
- A Liquid scalar value