#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 192/week @ 2024-07-24 221/week @ 2024-07-31 248/week @ 2024-08-07 197/week @ 2024-08-14 230/week @ 2024-08-21 242/week @ 2024-08-28 188/week @ 2024-09-04 194/week @ 2024-09-11 190/week @ 2024-09-18 202/week @ 2024-09-25 206/week @ 2024-10-02 107/week @ 2024-10-09 145/week @ 2024-10-16 280/week @ 2024-10-23 200/week @ 2024-10-30 152/week @ 2024-11-06

783 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