Crates.io | matrix-sdk-sled |
lib.rs | matrix-sdk-sled |
version | 0.2.0 |
source | src |
created_at | 2022-05-11 16:27:22.70125 |
updated_at | 2022-09-28 15:28:10.718101 |
description | Sled Storage backend for matrix-sdk for native environments |
homepage | |
repository | https://github.com/matrix-org/matrix-rust-sdk |
max_upload_size | |
id | 584789 |
size | 127,108 |
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.
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.
experimental-timeline
: implements the new experimental timeline interfaces
These crates are built with the Rust language version 2021 and require a minimum compiler version of 1.60
.