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

#45 in Database interfaces

Download history 25412/week @ 2023-02-18 32566/week @ 2023-02-25 29525/week @ 2023-03-04 32194/week @ 2023-03-11 36808/week @ 2023-03-18 33878/week @ 2023-03-25 27279/week @ 2023-04-01 29032/week @ 2023-04-08 30583/week @ 2023-04-15 30141/week @ 2023-04-22 34472/week @ 2023-04-29 35218/week @ 2023-05-06 35644/week @ 2023-05-13 38347/week @ 2023-05-20 38131/week @ 2023-05-27 32809/week @ 2023-06-03

150,859 downloads per month
Used in 461 crates (30 directly)

Apache-2.0

9KB
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

  • std