# lmdb-rs **Repository Path**: mirrors_dropbox/lmdb-rs ## Basic Information - **Project Name**: lmdb-rs - **Description**: Rust bindings for LMDB - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README lmdb-rs ======= [![Build status (master)](https://travis-ci.org/vhbit/lmdb-rs.svg?branch=master)](https://travis-ci.org/vhbit/lmdb-rs) [![Latest version](http://meritbadge.herokuapp.com/lmdb-rs)](https://crates.io/crates/lmdb-rs) Rust bindings for [LMDB](http://symas.com/mdb/) [Documentation (master branch)](http://vhbit.github.io/lmdb-rs/lmdb_rs/) Building ======== LMDB is bundled as submodule so update submodules first: `git submodule update --init` And then `cargo build` Feedback ======== Feel free to ping me if you have a question or a suggestion how to make it better and idiomatic.