//! Time travel and snapshot functionality
//!//! This module provides functionality to save and restore entire system states
//! (across protocols, personas, and reality level) with snapshots.
pubmodmanager;pubmodstate_exporter;pubmodtypes;pubusemanager::SnapshotManager;pubusestate_exporter::{BoxedStateExporter, ProtocolStateExporter};pubusetypes::{SnapshotComponents, SnapshotManifest, SnapshotMetadata};