pub fn read_log(path: &Path) -> Result<Vec<CheckpointRecord>>Expand description
Read all records from path. Empty / missing file → empty vec.
pub fn read_log(path: &Path) -> Result<Vec<CheckpointRecord>>Read all records from path. Empty / missing file → empty vec.