Expand description

Merklized key-value store.

Modules§

Structs§

  • An entry in the write log, describing a single update.
  • A key-value tree overlay that holds all updates in memory and only commits them if requested. This can be used to create snapshots that can be discarded.
  • A key prefix.
  • Storage root.
  • A patricia tree-based MKVS implementation.

Enums§

Traits§

  • Merklized key-value store where methods return errors instead of panicking.
  • Immutable merkalized key value store.
  • An MKVS iterator.
  • Merklized key-value store.

Type Aliases§