matrix-rust-sdk/crates/matrix-sdk-sled
Andy Uhnak 8f13023333 Missing stores 2023-03-14 10:27:11 +00:00
..
src Missing stores 2023-03-14 10:27:11 +00:00
Cargo.toml Add futures-util as a workspace dependency 2023-03-08 15:03:20 +01:00
README.md Raise MSRV to 1.62 2022-10-06 10:55:49 +02:00
build.rs feat(sled): Print a clear error message when attempting to build on wasm 2022-08-03 14:48:45 +02:00

README.md

matrix-sdk-sled

This crate implements a storage backend using sled for native and mobile environments using the matrix-sdk-base primitives. When using matrix-sdk this is included by default.

Note: the future of sled is unclear. While it is currently the default for mobile and native environments for matrix-rust-sdk, we are actively looking at replacing it with a different storage backend.

Crate Feature Flags

The following crate feature flags are available:

  • state-store: (on by default) Enables the state store
  • crypto-store: Enables the store for end-to-end encrypted data.

Minimum Supported Rust Version (MSRV)

These crates are built with the Rust language version 2021 and require a minimum compiler version of 1.62.

License

Apache-2.0