Module persist::file[][src]

Expand description

File backed implementations for testing and benchmarking.

Structs

Implementation of Blob backed by files.

Configuration for opening a FileBlob or FileBlobRead.

Implementation of BlobRead backed by files.

A naive implementation of Log backed by files.

Inner struct handles to separate files that store the data and metadata about the most recently truncated sequence number for FileLog.

Functions