//! In‑memory reference implementations of the storage traits.
//!//! These stores are not thread‑safe and not persistent.
//! They are intended for testing, prototyping, and as a reference
//! for building real backends.
pubmodmemory;pubmodref_store;pubusememory::MemoryStore;pubuseref_store::MemoryRefStore;