#tetcoin #hash #traits #hasher #vapory #byte-slice #generic

no-std tetsy-hash-db

tetsy trait for hash-keyed databases

Show the crate…

4 releases

0.15.3 Mar 11, 2021
0.15.2 Feb 25, 2021
0.15.2-beta Mar 10, 2021

#5 in #vapory

Download history 131/week @ 2024-11-15 181/week @ 2024-11-22 294/week @ 2024-11-29 429/week @ 2024-12-06 290/week @ 2024-12-13 240/week @ 2024-12-20 74/week @ 2024-12-27 118/week @ 2025-01-03 218/week @ 2025-01-10 245/week @ 2025-01-17 144/week @ 2025-01-24 107/week @ 2025-01-31 202/week @ 2025-02-07 182/week @ 2025-02-14 190/week @ 2025-02-21 97/week @ 2025-02-28

684 downloads per month
Used in 217 crates (34 directly)

Apache-2.0

10KB
82 lines

tetsy-hash-db

TetsyHashDB 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