Skip to main content

Crate corium_log

Crate corium_log 

Source
Expand description

Durable append-only transaction logs with replay and range scans.

Structs§

FileLog
Filesystem append log. Each append is flushed and fsynced before returning.
MemoryLog
In-memory log implementation.
TxRecord
One committed transaction record.

Enums§

LogError
Log errors.

Traits§

TransactionLog
Common transaction log interface.