Show the crate…
8 releases (4 breaking)
0.9.1 | Jun 8, 2021 |
---|---|
0.9.0 | Feb 18, 2021 |
0.8.0 | Mar 10, 2021 |
0.4.0 | Feb 27, 2021 |
0.1.0 | Feb 20, 2021 |
#14 in #indexed-db
48 downloads per month
Used in 3 crates
(via tetcore-browser-utils)
80KB
1.5K
SLoC
This repository is a collection of crates used in Tetcoin projects.
Libraries
Contributions & Code of Conduct
Please follow the contributions guidelines as outlined in ./CONTRIBUTING.md
. In all communications and contributions, this project follows the Contributor Covenant Code of Conduct.
Security
The security policy and procedures can be found in docs/SECURITY.md
.
lib.rs
:
A key-value database for use in browsers
Writes data both into memory and IndexedDB, reads the whole database in memory
from the IndexedDB on open
.
Dependencies
~8–11MB
~201K SLoC