29 releases (18 breaking)
0.32.0 | Mar 14, 2023 |
---|---|
0.31.0 | Nov 29, 2022 |
0.30.0 | Sep 20, 2022 |
0.29.0 | Feb 4, 2022 |
0.12.2 | Mar 29, 2019 |
#320 in Cryptography
247,065 downloads per month
Used in 678 crates
(6 directly)
29KB
587 lines
MemoryDB is a reference counted memory-based HashDB
implementation backed by a HashMap
.
lib.rs
:
Reference-counted memory-based HashDB
implementation.