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

#458 in Database interfaces

Download history 59872/week @ 2024-07-30 69946/week @ 2024-08-06 76068/week @ 2024-08-13 65444/week @ 2024-08-20 74786/week @ 2024-08-27 79604/week @ 2024-09-03 70082/week @ 2024-09-10 70732/week @ 2024-09-17 71679/week @ 2024-09-24 75736/week @ 2024-10-01 72924/week @ 2024-10-08 79007/week @ 2024-10-15 79772/week @ 2024-10-22 72298/week @ 2024-10-29 80840/week @ 2024-11-05 71108/week @ 2024-11-12

322,695 downloads per month
Used in 845 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