Crate keyvalint

source ·
Expand description

A generic KEY VALue INTerface for abstracting away key-value stores. Used for comparing key-value stores in the keyvalint_bench crate. Different key-value stores will have varying levels of support.

Modules§

Structs§

  • A memory-owning Key.
  • A shallow, easy-to-copy reference to a key.
  • A KeyValuePair is an owned version of a key-value pair.
  • A KeyValueRef is an easy-to-copy version of a key-value pair.

Constants§

Traits§

Functions§