1 2 3 4 5
#![forbid(unsafe_code)] //! Infrastructure adapters for filesystem and state persistence. pub mod fs_store; pub mod state_store;