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

#577 in Database interfaces

Download history 75720/week @ 2024-10-05 75068/week @ 2024-10-12 82831/week @ 2024-10-19 70275/week @ 2024-10-26 83660/week @ 2024-11-02 70672/week @ 2024-11-09 72014/week @ 2024-11-16 69413/week @ 2024-11-23 66464/week @ 2024-11-30 79771/week @ 2024-12-07 61422/week @ 2024-12-14 27905/week @ 2024-12-21 33388/week @ 2024-12-28 63669/week @ 2025-01-04 87571/week @ 2025-01-11 60723/week @ 2025-01-18

249,120 downloads per month
Used in 858 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