Skip to content

A fully typed LMDB wrapper with minimum overhead 🐦

License

Notifications You must be signed in to change notification settings

meilisearch/heed

Repository files navigation

heed

License Crates.io Docs dependency status Build

A fully typed LMDB wrapper with minimum overhead, uses bytemuck internally.

This library is able to serialize all kind of types, not just bytes slices, even Serde types are supported.

Go check out the examples.

Building from Source

If you don't already cloned the repository you can use this command:

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 follwing command:

git submodule update --init