5 releases (breaking)

0.5.0 Aug 19, 2024
0.4.0 Aug 19, 2024
0.3.0 Feb 19, 2024
0.2.0 Dec 27, 2023
0.1.0 Dec 27, 2023

#2074 in Database interfaces

Download history 2/week @ 2024-08-09 270/week @ 2024-08-16 31/week @ 2024-08-23 12/week @ 2024-09-13 17/week @ 2024-09-20 19/week @ 2024-09-27 1/week @ 2024-10-04 4/week @ 2024-10-11 1/week @ 2024-10-18

295 downloads per month
Used in keyvalint_bench

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