matrix-rust-sdk/crates/matrix-sdk-base
Damir Jelić 866ab33c45 chore: Remove some unneeded clippy silences 2021-09-15 20:48:15 +02:00
..
.cargo chore: Rename the crate folders to use dashes instead of underscores 2021-09-14 16:38:33 +02:00
examples chore: Rename the crate folders to use dashes instead of underscores 2021-09-14 16:38:33 +02:00
src chore: Remove some unneeded clippy silences 2021-09-15 20:48:15 +02:00
Cargo.toml chore: Sort the deps in our Cargo.toml files 2021-09-14 16:38:33 +02:00
README.md chore: Rename the crate folders to use dashes instead of underscores 2021-09-14 16:38:33 +02:00

README.md

This crate implements the base to build a Matrix client library.

Crate Feature Flags

The following crate feature flags are available:

  • encryption: Enables end-to-end encryption support in the library.
  • sled_cryptostore: Enables a Sled based store for the encryption keys. If this is disabled and encryption support is enabled the keys will by default be stored only in memory and thus lost after the client is destroyed.
  • sled_state_store: Enables a Sled based store for the storage of the local client state.