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 |
#2006 in Database interfaces
42 downloads per month
Used in keyvalint_bench
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