1//! Snapshot module for state persistence and recovery. 2 3pub mod build; 4pub mod loader; 5pub mod mapping; 6pub mod model; 7pub mod writer;