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

#527 in Rust patterns

Download history 57725/week @ 2024-12-17 26594/week @ 2024-12-24 39633/week @ 2024-12-31 66613/week @ 2025-01-07 88394/week @ 2025-01-14 74465/week @ 2025-01-21 71031/week @ 2025-01-28 81251/week @ 2025-02-04 82786/week @ 2025-02-11 75513/week @ 2025-02-18 69155/week @ 2025-02-25 74029/week @ 2025-03-04 80371/week @ 2025-03-11 72485/week @ 2025-03-18 81769/week @ 2025-03-25 58523/week @ 2025-04-01

308,911 downloads per month
Used in 880 crates (41 directly)

Apache-2.0

10KB
112 lines

Database of byte-slices keyed to their hash.


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.

No runtime deps

Features