1 unstable release

0.1.0 Dec 23, 2022

#2699 in Database interfaces

Apache-2.0

530KB
14K SLoC

C 12K SLoC // 0.2% comments Rust 1.5K SLoC // 0.0% comments

heed

License Crates.io Docs dependency status Build

A Rust-centric LMDB abstraction with minimal overhead.

heed enables the storage of various Rust types within LMDB, extending support to include Serde-compatible types.

For usage examples, see heed/examples/.

Building from Source

You can use this command to clone the repository:

git clone --recursive https://github.com/meilisearch/heed.git
cd heed
cargo build

However, if you already cloned it and forgot to initialize the submodules, execute the following command:

git submodule update --init

Dependencies

~0–1MB