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

#315 in Database interfaces

Download history 51121/week @ 2024-07-04 62118/week @ 2024-07-11 70963/week @ 2024-07-18 66595/week @ 2024-07-25 61484/week @ 2024-08-01 77162/week @ 2024-08-08 67458/week @ 2024-08-15 71288/week @ 2024-08-22 73926/week @ 2024-08-29 76607/week @ 2024-09-05 70841/week @ 2024-09-12 72112/week @ 2024-09-19 70496/week @ 2024-09-26 77669/week @ 2024-10-03 74631/week @ 2024-10-10 77957/week @ 2024-10-17

313,794 downloads per month
Used in 840 crates (41 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