matrix-rust-sdk/crates/matrix-sdk-base
Ivan Enderlin f8a6f90664
Merge pull request #3371 from matrix-org/bnjbvr/ansi-pedantic-sync-builder
tests: rename ev_builder to sync_builder + add test_ prefix to test functions
2024-05-02 09:36:00 +02:00
..
.cargo
src Merge pull request #3371 from matrix-org/bnjbvr/ansi-pedantic-sync-builder 2024-05-02 09:36:00 +02:00
CHANGELOG.md
Cargo.toml build: Ensure uniffi feature is properly passed on where needed 2024-04-23 15:26:51 +01:00
README.md

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.