distill-downstream-lmdb-rkv

Crates.iodistill-downstream-lmdb-rkv
lib.rsdistill-downstream-lmdb-rkv
version0.11.0-windows-fix
sourcesrc
created_at2021-01-30 22:55:24.836698
updated_at2021-01-30 22:55:24.836698
descriptionIdiomatic and safe LMDB wrapper.
homepage
repositoryhttps://github.com/mozilla/lmdb-rs.git
max_upload_size
id348640
size115,110
Karl Bergström (kabergstrom)

documentation

https://docs.rs/lmdb-rkv

README

Build Status Windows Build status

lmdb-rs

Idiomatic and safe APIs for interacting with the Symas Lightning Memory-Mapped Database (LMDB).

This repo is a fork of danburkert/lmdb-rs with fixes for issues encountered by mozilla/rkv.

Building from Source

git clone --recursive git@github.com:mozilla/lmdb-rs.git
cd lmdb-rs
cargo build

Features

  • lmdb-sys.
  • Cursors.
  • Zero-copy put API.
  • Nested transactions.
  • Database statistics.
Commit count: 302

cargo fmt