Expand description

Snapshot i/o. Ways of writing and reading snapshots. This module supports writing and reading snapshots of two different formats: packed and loose. Packed snapshots are written to a single file, and loose snapshots are written to multiple files in one directory.

Structs

reader for “loose” snapshots

A “loose” writer writes chunk files into a directory.

Packed snapshot reader.

A packed snapshot writer. This writes snapshots to a single concatenated file.

Traits

Something which can read compressed snapshots.

Something which can write snapshots. Writing the same chunk multiple times will lead to implementation-defined behavior, and is not advised.