//! Storage abstraction for the ledger.
//!//! Provides the [`Store`](store::Store) trait (composed of seven sub-traits),
//! an in-memory implementation, and a conformance test suite macro.
pubmoderror;pubmodevents;pubmodmem_store;pubmodstore;pubmodstore_tests;