//! Checkpoint persistence and object store integration.
// cold path: all storage modules are off hot path
/// Unified checkpoint manifest types
/// Checkpoint persistence trait and filesystem/object store implementations
/// Object store factory — builds S3, GCS, Azure, or local backends from URL schemes.
// Re-export key types
pub use ;
pub use ;