Skip to content
/ heed Public
forked from meilisearch/heed

A fully typed LMDB wrapper with minimum overhead

License

Notifications You must be signed in to change notification settings

parasyte/heed

 
 

Repository files navigation

heed

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

License Crates.io Docs dependency status Build

the opposite of heed

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

Using the system LMDB if available

If you don't already have clone 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 about the initialising the submodules:

git submodule update --init

About

A fully typed LMDB wrapper with minimum overhead

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%