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

#1911 in Database interfaces

Download history 16/week @ 2024-07-21 21/week @ 2024-07-28 3/week @ 2024-08-04 6/week @ 2024-08-11 1/week @ 2024-08-18 6/week @ 2024-08-25 9/week @ 2024-09-01 11/week @ 2024-09-08 6/week @ 2024-09-15 40/week @ 2024-09-22 25/week @ 2024-09-29 2/week @ 2024-10-06 13/week @ 2024-10-13 7/week @ 2024-10-20 8/week @ 2024-10-27 33/week @ 2024-11-03

61 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