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