Module barrel

Re-exports§

pub use crate::utils::LyquidFunc;
pub use crate::utils::ParkingSpot;

Structs§

Barrel
Barrel encapsulates the concept of a running Lyquid instance given a specific execution context (Barrel::host, which also includes the a version of network state). The given H generic type should be clonable in a way that all clones effecitvely represent the same context/state.
BarrelBuilder
Builds a Barrel object with the given configurations.
HostCall
The call context accessible by the host API implementation. See BarrelBuilder::host_api.

Enums§

Error

Type Aliases§

BoxFuture
HostAPIFunc