Crate lyquor_state
pub use simple::DBSimpleStateStore;pub use simple::MemSimpleStateStore;pub use simple::SimpleStateStore;pub use versioned::DBVersionedStateStore;pub use versioned::MemVersionedStateStore;pub use versioned::VersionedStateStore;pub use versioned::VersionedStateStoreR;
- simple
- versioned
- EmptyState
- PrefixedState
- State with all accesses prefixed by the given key.
- ShadowState
- State with visible changes recorded on top of the parent state without actually
modifying the parent state.
- StateRWrapper
- State
- Low-level state used by Lyquor Virtual Machine (LVM). A state is essentially a key-value mapping.
- StateR
- Read-only low-level state used by Lyquor Virtual Machine (LVM).
- Key
- Value