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

Cuprate/heed

This branch is 281 commits behind meilisearch/heed:main.

Folders and files

NameName
Last commit message
Last commit date
Aug 23, 2023
Nov 26, 2023
Nov 30, 2023
Nov 30, 2023
Dec 12, 2023
Nov 26, 2023
Sep 15, 2022
Jan 11, 2023
Mar 1, 2022
Nov 6, 2023
Oct 4, 2019
Nov 30, 2023

Repository files navigation

heed

License Crates.io Docs dependency status Build

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

This library is able to serialize all kinds of types, not just byte slices, and even Serde types are supported.

Go check out the 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

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%