3 releases (breaking)

0.3.0 Feb 19, 2024
0.2.0 Dec 27, 2023
0.1.0 Dec 27, 2023

#102 in #key-value-store

33 downloads per month
Used in 4 crates

Apache-2.0

29KB
704 lines

keyvalint

keyvalint provides a KEY VALue INTerface.

Status

Active development.

Scope

It's intended to be simple.

Warts

  • The library is new and probably will change..

Documentation

The latest documentation is always available at docs.rs.


lib.rs:

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.

Dependencies

~0–4MB
~75K SLoC