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

#61 in Database interfaces

Download history 61949/week @ 2023-11-21 61781/week @ 2023-11-28 57270/week @ 2023-12-05 54044/week @ 2023-12-12 42088/week @ 2023-12-19 23052/week @ 2023-12-26 42387/week @ 2024-01-02 53077/week @ 2024-01-09 60231/week @ 2024-01-16 59668/week @ 2024-01-23 54942/week @ 2024-01-30 60363/week @ 2024-02-06 63663/week @ 2024-02-13 64892/week @ 2024-02-20 59889/week @ 2024-02-27 45778/week @ 2024-03-05

247,834 downloads per month
Used in 760 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