1//! Memory subsystem for local persistent recall. 2 3pub mod domain; 4pub mod error; 5pub mod hybrid; 6pub mod ports; 7pub mod service;