12 releases

0.20.0-alpha.9 Nov 27, 2023
0.20.0-alpha.8 Nov 24, 2023
0.20.0-alpha.4 Aug 23, 2023
0.20.0-alpha.3 Jul 13, 2023
0.7.0 Apr 26, 2020

#682 in Encoding

Download history 1655/week @ 2023-11-26 1306/week @ 2023-12-03 2027/week @ 2023-12-10 1863/week @ 2023-12-17 1185/week @ 2023-12-24 2269/week @ 2023-12-31 3083/week @ 2024-01-07 2795/week @ 2024-01-14 6299/week @ 2024-01-21 6255/week @ 2024-01-28 4241/week @ 2024-02-04 6565/week @ 2024-02-11 6995/week @ 2024-02-18 7068/week @ 2024-02-25 7842/week @ 2024-03-03 2803/week @ 2024-03-10

25,051 downloads per month
Used in 13 crates (3 directly)

MIT license

7KB

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

No runtime deps