Expand description
Instruments snapshot persistence.
This module provides database-backed snapshot persistence for the instruments cache, enabling atomic state + offset recovery after restarts.
Re-exports§
pub use db::DbInstrumentsSnapshotLoader;pub use db::DbInstrumentsSnapshotWriter;pub use task::InstrumentsSnapshotTask;