//! Checkpoint persistence traits and an in-memory implementation.
//!
//! Use [`CheckpointSaver`] to store and retrieve graph snapshots keyed by
//! [`ThreadId`] and [`CheckpointId`]. [`InMemorySaver`] is suitable for tests
//! and single-process workflows.
pub use InMemorySaver;
pub use ;
pub use ;