14 releases

0.20.0-alpha.9 Nov 27, 2023
0.20.0-alpha.4 Aug 23, 2023
0.20.0-alpha.3 Jul 13, 2023
0.20.0-alpha.0 Jan 11, 2023
0.7.0 Apr 26, 2020

#689 in Encoding

Download history 1712/week @ 2023-12-13 1644/week @ 2023-12-20 1434/week @ 2023-12-27 3038/week @ 2024-01-03 2714/week @ 2024-01-10 4218/week @ 2024-01-17 6541/week @ 2024-01-24 5025/week @ 2024-01-31 5593/week @ 2024-02-07 6226/week @ 2024-02-14 7376/week @ 2024-02-21 6718/week @ 2024-02-28 8380/week @ 2024-03-06 9539/week @ 2024-03-13 9931/week @ 2024-03-20 5895/week @ 2024-03-27

35,149 downloads per month
Used in 12 crates (via heed)

MIT license

20KB
292 lines

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

Dependencies

~88–650KB
~13K SLoC