keyv 0.0.2-alpha.1

Simple key-value storage with support for multiple backends
Documentation
keyv-0.0.2-alpha.1 has been yanked.

Keyv

Crates.io Docs.rs License

Project Status: In Development

keyv is currently under active development and may not be stable for production use.

keyv is a Rust port of the 'keyv' library from Node.js, offering a simple and unified interface for key-value storage across various backends like Redis, MongoDB, and SQLite. It leverages Rust's strong typing for safety and performance.

How to Install

To include keyv in your Rust project, add the following to your Cargo.toml file:

[dependencies]
keyv = "version"