[][src]Crate esl01_indexedlog

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.

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].

Repair

Repair a structure at the given path.

Type Definitions

Result