Crate informalsystems_malachitebft_wal

Crate informalsystems_malachitebft_wal 

Source
Expand description

Write-Ahead Log (WAL) implementation

Modules§

log
Write-Ahead Log (WAL) implementation, generic over its backing storage.

Enums§

Version
Version identifier for the Write-Ahead Log (WAL) format

Traits§

Storage
Operations that the backing storage for the Write-Ahead Log must implement.

Type Aliases§

Log
Write-Ahead Log (WAL) backed by a File
LogEntry
Write-Ahead Log (WAL) entry, backed by a File
LogIter
Iterator over the WAL entries, backed by a File