cdk-rexie 0.11.0

Indexdb storage backend for CDK in the browser
Documentation
1
2
3
4
5
6
7
8
9
10
//! Rexie Indexdb database

#![warn(missing_docs)]
#![warn(rustdoc::bare_urls)]

#[cfg(all(feature = "wallet", target_arch = "wasm32"))]
pub mod wallet;

#[cfg(all(feature = "wallet", target_arch = "wasm32"))]
pub use wallet::WalletRexieDatabase;