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

#595 in Database interfaces

Download history 76746/week @ 2024-10-30 76814/week @ 2024-11-06 71832/week @ 2024-11-13 69170/week @ 2024-11-20 69236/week @ 2024-11-27 74468/week @ 2024-12-04 65938/week @ 2024-12-11 52700/week @ 2024-12-18 25630/week @ 2024-12-25 49772/week @ 2025-01-01 69412/week @ 2025-01-08 84583/week @ 2025-01-15 74683/week @ 2025-01-22 71844/week @ 2025-01-29 81375/week @ 2025-02-05 69048/week @ 2025-02-12

309,687 downloads per month
Used in 859 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