2 unstable releases

0.2.0 Sep 28, 2022
0.1.0 May 11, 2022

#1940 in Database interfaces

Download history 218/week @ 2024-01-03 224/week @ 2024-01-10 251/week @ 2024-01-17 161/week @ 2024-01-24 154/week @ 2024-01-31 176/week @ 2024-02-07 314/week @ 2024-02-14 212/week @ 2024-02-21 355/week @ 2024-02-28 214/week @ 2024-03-06 199/week @ 2024-03-13 251/week @ 2024-03-20 225/week @ 2024-03-27 235/week @ 2024-04-03 209/week @ 2024-04-10 155/week @ 2024-04-17

867 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
~445K SLoC