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

#52 in #byte-slice

Download history 1/week @ 2026-01-07 1/week @ 2026-01-28 16/week @ 2026-02-11 50/week @ 2026-02-18 28/week @ 2026-02-25 196/week @ 2026-03-04 12/week @ 2026-03-11 12/week @ 2026-03-18 13/week @ 2026-03-25 28/week @ 2026-04-01 46/week @ 2026-04-08 45/week @ 2026-04-15 21/week @ 2026-04-22

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

GPL-3.0 license

5KB

Database of byte-slices keyed to their hash.


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.

No runtime deps

Features