Crates.io | matrix-sdk-base |
lib.rs | matrix-sdk-base |
version | 0.7.0 |
source | src |
created_at | 2020-05-26 19:39:16.225225 |
updated_at | 2024-01-05 12:18:20.81792 |
description | The base component to build a Matrix client library. |
homepage | https://github.com/matrix-org/matrix-rust-sdk |
repository | https://github.com/matrix-org/matrix-rust-sdk |
max_upload_size | |
id | 246326 |
size | 466,819 |
This crate implements the base to build a Matrix client library.
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.