10 releases (5 breaking)

0.16.0 Mar 14, 2023
0.15.2 Aug 19, 2019
0.14.0 Jul 4, 2019
0.12.4 Jun 18, 2019
0.9.0 Jan 22, 2019

#217 in Database interfaces

Download history 84679/week @ 2025-09-27 86653/week @ 2025-10-04 65178/week @ 2025-10-11 83845/week @ 2025-10-18 83174/week @ 2025-10-25 98184/week @ 2025-11-01 96560/week @ 2025-11-08 83886/week @ 2025-11-15 116276/week @ 2025-11-22 107207/week @ 2025-11-29 110464/week @ 2025-12-06 92883/week @ 2025-12-13 43743/week @ 2025-12-20 38152/week @ 2025-12-27 84990/week @ 2026-01-03 84975/week @ 2026-01-10

264,833 downloads per month
Used in 1,341 crates (49 directly)

Apache-2.0

10KB
112 lines

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