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 iterator.
Default configs for indexed log.
Index support for log.
Append-only storage with indexes and integrity checks.
Atomic sync support for multiple [Log]s.
Rotation support for a set of Logs.

Structs

Represents all possible errors that can occur when using indexedlog.

Traits

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

Type Definitions