illicitonion / lmdb-rs

Safe Rust bindings for LMDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Windows Build Status Documentation Crate

lmdb-rs

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

Building from Source

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

Features

  • lmdb-sys.
  • Cursors.
  • Zero-copy put API.
  • Nested transactions.
  • Database statistics.

About

Safe Rust bindings for LMDB

License:Apache License 2.0


Languages

Language:Rust 100.0%