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

#494 in Rust patterns

Download history 67692/week @ 2024-12-01 78440/week @ 2024-12-08 60517/week @ 2024-12-15 27532/week @ 2024-12-22 34351/week @ 2024-12-29 64409/week @ 2025-01-05 86717/week @ 2025-01-12 76561/week @ 2025-01-19 70452/week @ 2025-01-26 80127/week @ 2025-02-02 82222/week @ 2025-02-09 77264/week @ 2025-02-16 70417/week @ 2025-02-23 71474/week @ 2025-03-02 82080/week @ 2025-03-09 68972/week @ 2025-03-16

297,135 downloads per month
Used in 863 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