#encryption

matrix-sdk-sled

Sled Storage backend for matrix-sdk for native environments

2 unstable releases

0.2.0 Sep 28, 2022
0.1.0 May 11, 2022

#1564 in Database interfaces

Download history 147/week @ 2024-07-22 186/week @ 2024-07-29 146/week @ 2024-08-05 194/week @ 2024-08-12 128/week @ 2024-08-19 120/week @ 2024-08-26 144/week @ 2024-09-02 104/week @ 2024-09-09 114/week @ 2024-09-16 171/week @ 2024-09-23 122/week @ 2024-09-30 10/week @ 2024-10-07 107/week @ 2024-10-14 107/week @ 2024-10-21 97/week @ 2024-10-28 95/week @ 2024-11-04

407 downloads per month

Apache-2.0

765KB
14K SLoC

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.
  • experimental-timeline: implements the new experimental timeline interfaces

Minimum Supported Rust Version (MSRV)

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

License

Apache-2.0

Dependencies

~17–29MB
~433K SLoC