2 unstable releases

0.2.0 Sep 28, 2022
0.1.0 May 11, 2022

#2682 in Database interfaces

Download history 139/week @ 2024-12-16 73/week @ 2024-12-23 57/week @ 2024-12-30 142/week @ 2025-01-06 174/week @ 2025-01-13 194/week @ 2025-01-20 102/week @ 2025-01-27 200/week @ 2025-02-03 207/week @ 2025-02-10 87/week @ 2025-02-17 199/week @ 2025-02-24 85/week @ 2025-03-03 198/week @ 2025-03-10 220/week @ 2025-03-17 139/week @ 2025-03-24 81/week @ 2025-03-31

644 downloads per month

Apache-2.0

1.5MB
24K 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–30MB
~456K SLoC