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

#52 in Database interfaces

Download history 54994/week @ 2023-12-11 48039/week @ 2023-12-18 22541/week @ 2023-12-25 36112/week @ 2024-01-01 51662/week @ 2024-01-08 59347/week @ 2024-01-15 60319/week @ 2024-01-22 55896/week @ 2024-01-29 57400/week @ 2024-02-05 63144/week @ 2024-02-12 65686/week @ 2024-02-19 62385/week @ 2024-02-26 56391/week @ 2024-03-04 59550/week @ 2024-03-11 63353/week @ 2024-03-18 53424/week @ 2024-03-25

235,435 downloads per month
Used in 767 crates (35 directly)

Apache-2.0

10KB
112 lines

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