2 unstable releases

0.2.0 Sep 28, 2022
0.1.0 May 11, 2022

#1911 in Database interfaces

Download history 190/week @ 2023-12-05 340/week @ 2023-12-12 257/week @ 2023-12-19 229/week @ 2023-12-26 195/week @ 2024-01-02 228/week @ 2024-01-09 256/week @ 2024-01-16 159/week @ 2024-01-23 150/week @ 2024-01-30 178/week @ 2024-02-06 287/week @ 2024-02-13 226/week @ 2024-02-20 360/week @ 2024-02-27 223/week @ 2024-03-05 199/week @ 2024-03-12 216/week @ 2024-03-19

1,028 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

~16–29MB
~444K SLoC