matrix-rust-sdk/crates/matrix-sdk-base
Kévin Commaille f115bd0e25 base: Fix typo
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
2023-09-28 16:54:03 +02:00
..
.cargo chore: Rename the crate folders to use dashes instead of underscores 2021-09-14 16:38:33 +02:00
src base: Fix typo 2023-09-28 16:54:03 +02:00
Cargo.toml fix(cargo): Move the `unstable-msc3381` feature to `matrix-sdk-base`. 2023-09-21 13:19:10 +02:00
Changelog.md sdk: Replace Arc<RwLock<_>> around RoomInfo with SharedObservable 2023-08-25 11:39:57 +02:00
README.md docs(sdk-base) Fix a typo in the `README.md`. 2022-05-05 13:42:34 +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.
  • qrcode: Enables QRcode generation and reading code.
  • testing: Provides facilities and functions for tests, in particular for integration testing store implementations. ATTENTION: do not ever use outside of tests, we do not provide any stability warantees on these, these are merely helpers. If you find you need any function provided here outside of tests, please open a Github Issue and inform us about your use case for us to consider.