Crate lyquor_state

Re-exports§

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;

Modules§

simple
versioned

Structs§

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

Traits§

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).

Type Aliases§

Key
Value