crate renamed to rkv-lofire

without.crypto
Niko 2 years ago
parent 6a77fbbf56
commit 9ab0060067
  1. 6
      Cargo.toml
  2. 6
      README.md

@ -6,16 +6,16 @@ authors = [
"Victor Porof <vporof@mozilla.com>",
]
categories = ["database"]
description = "A simple, humane, typed key-value storage solution"
description = "A simple, humane, typed key-value storage solution, with encryption at rest"
documentation = "https://docs.rs/rkv"
edition = "2018"
exclude = ["/tests/envs/*"]
homepage = "https://github.com/mozilla/rkv"
keywords = ["lmdb", "database", "storage"]
license = "Apache-2.0"
name = "rkv"
name = "rkv-lofire"
readme = "README.md"
repository = "https://github.com/mozilla/rkv"
repository = "https://github.com/nikoPLP/rkv"
version = "0.18.0"
rust-version = "1.58"

@ -1,10 +1,12 @@
# rkv
# rkv-lofire
This repo is a fork of [mozilla/rkv](https://github.com/mozilla/rkv) that enables encryption of data at rest in LMDB.
[![CI Build Status](https://github.com/mozilla/rkv/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/mozilla/rkv/actions/workflows/ci.yml)
[![Documentation](https://docs.rs/rkv/badge.svg)](https://docs.rs/rkv/)
[![Crate](https://img.shields.io/crates/v/rkv.svg)](https://crates.io/crates/rkv)
The [rkv Rust crate](https://crates.io/crates/rkv) is a simple, humane, typed key-value storage solution. It supports multiple backend engines with varying guarantees, such as [LMDB](http://www.lmdb.tech/doc/) for performance, or "SafeMode" for reliability.
The [rkv Rust crate](https://crates.io/crates/rkv-lofire) is a simple, humane, typed key-value storage solution. It supports multiple backend engines with varying guarantees, such as [LMDB](http://www.lmdb.tech/doc/) for performance, or "SafeMode" for reliability.
## ⚠ Warning ⚠

Loading…
Cancel
Save