7 releases

Uses old Rust 2015

0.3.0 Oct 9, 2018
0.3.0-beta.0 Sep 27, 2018
0.2.1 Aug 23, 2018
0.2.0 Jul 4, 2018
0.1.1 Nov 10, 2017

#4 in #databases

Download history 2/week @ 2024-02-12 12/week @ 2024-02-19 36/week @ 2024-02-26 29/week @ 2024-03-04 26/week @ 2024-03-11 13/week @ 2024-03-18 53/week @ 2024-04-01

99 downloads per month
Used in 4 crates (3 directly)

GPL-3.0 license

5KB

HashDB

HashDB defines a common interface for databases of byte-slices keyed to their hash. It is generic over hash type through the Hasher trait.

The Hasher trait can be used in a no_std context.


lib.rs:

Database of byte-slices keyed to their hash.

No runtime deps

Features