[−][src]Module liquid_core::model
Liquid data model.
Re-exports
pub use array::Array; |
pub use array::ArrayView; |
pub use object::ObjectView; |
pub use scalar::Scalar; |
pub use scalar::ScalarCow; |
Modules
| array | Type representing a Liquid array, payload of the |
| find | Find a |
| object | Type representing a Liquid object, payload of the |
| scalar | A Liquid scalar value |
| value | A liquid value` |
Structs
| Object | Type representing a Liquid object, payload of the |
Enums
| State | Queryable state for a |
| Value | An enum to represent different value types |
| ValueCow | Abstract the lifetime of a |
Traits
| ValueView | Accessor for Values. |
Functions
| to_object | Convert a |
| to_value | Convert a |