Crate waly

Source

Structs§

LogEntry
Represents a single entry in the Write-Ahead Log.
WriteAheadLog
A thread-safe Write-Ahead Log implementation.

Enums§

WalError
Errors that can occur when working with the Write-Ahead Log.

Type Aliases§

Result
A type alias for Results that can contain a WalError.