docs.rs failed to build matrix-sdk-indexeddb-0.8.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
matrix-sdk-indexeddb-0.7.0
matrix-sdk-indexedddb
This crate implements a storage backend on IndexedDB for web environments using the matrix-sdk-base primitives.
Usage
The most common usage pattern would be to have this included via matrix-sdk
in your Cargo.toml
and leave
instantiation to it.
[]
= { = "0.5, default-features = false, features = ["indexeddb", "e2e-encryption"] }
Crate Feature Flags
The following crate feature flags are available:
e2e-encryption
: (on by default) Enables the store for end-to-end encrypted data (IndexeddbCryptoStore
).state-store
: (on by default) Enables theStateStore
implementation (IndexeddbStateStore
).