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
Log
s. - utils
Structs§
- Error
- Represents all possible errors that can occur when using indexedlog.
Traits§
- Default
Open Options - A structure with a static [
OpenOptions
]. - Open
With Repair - Repair on open.
- Repair
- Repair a structure at the given path.