//! Snapshots for log compaction /// A verified snapshot that can replace old log entries. pub struct Snapshot { // TODO: snapshot data, watermark, verification }