1 unstable release

Uses old Rust 2015

0.8.0-windows-fix Jan 30, 2021

#44 in #lmdb

Download history 9/week @ 2024-11-13 11/week @ 2024-11-20 16/week @ 2024-11-27 29/week @ 2024-12-04 34/week @ 2024-12-11 17/week @ 2024-12-18 22/week @ 2024-12-25 14/week @ 2025-01-01 12/week @ 2025-01-08 23/week @ 2025-01-15 4/week @ 2025-01-22 20/week @ 2025-01-29 82/week @ 2025-02-05 15/week @ 2025-02-12 22/week @ 2025-02-19 22/week @ 2025-02-26

148 downloads per month
Used in 3 crates (via distill-downstream-lmdb-r…)

Apache-2.0

410KB
11K SLoC

C 10K SLoC // 0.2% comments Rust 199 SLoC // 0.0% comments

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.

Dependencies

~0.4–355KB