3 releases (breaking)

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

#1603 in Database interfaces

Download history 136/week @ 2024-02-17 49/week @ 2024-02-24 3/week @ 2024-03-02 4/week @ 2024-03-09 1/week @ 2024-03-16 42/week @ 2024-03-30 9/week @ 2024-04-06

51 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