//! # 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.
pubmodclient_storage;pubmodmem_client_storage;#[cfg(not(target_arch ="wasm32"))]pubmodsqlite_client_storage;