Expand description
§Pluggable client-side key-value store
The ClientStorage trait and its bundled backends — an in-memory store for
tests and a SQLite store for native deployments. The WASM client crate
supplies an IndexedDB implementation on top of the same trait.
Modules§
- client_
storage - Pluggable client-side persistence
- mem_
client_ storage - In-memory
ClientStorageimplementation - sqlite_
client_ storage - SQLite-backed
ClientStorageimplementation