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

#37 in Database interfaces

Download history 59075/week @ 2024-03-14 64171/week @ 2024-03-21 62572/week @ 2024-03-28 77736/week @ 2024-04-04 68226/week @ 2024-04-11 63492/week @ 2024-04-18 57598/week @ 2024-04-25 54527/week @ 2024-05-02 55062/week @ 2024-05-09 50381/week @ 2024-05-16 64547/week @ 2024-05-23 61406/week @ 2024-05-30 48061/week @ 2024-06-06 54005/week @ 2024-06-13 56673/week @ 2024-06-20 42248/week @ 2024-06-27

210,982 downloads per month
Used in 810 crates (42 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