Crate indexedlog

Source
Expand description

§Indexed Log

Indexed Log provides an integrity-checked, append-only storage with index support.

See log::Log for the main structure. The index can be used independently. See index::Index for details.

Modules§

base16
Base16 iterator.
config
Default configs for indexed log.
index
Index support for log.
lock
log
Append-only storage with indexes and integrity checks.
multi
Atomic sync support for multiple [Log]s.
rotate
Rotation support for a set of Logs.
utils

Structs§

Error
Represents all possible errors that can occur when using indexedlog.

Traits§

DefaultOpenOptions
A structure with a static [OpenOptions].
OpenWithRepair
Repair on open.
Repair
Repair a structure at the given path.

Type Aliases§

Result