// devela::data::store
//
// public
// cache, db
//
// pub mod cache; // Stores that retain values to reduce recomputation or retrieval cost
// pub mod db; // Persistent queryable stores with schema and transactional semantics
// Keyed stores and lookup structures
cratestructural_mods!