matrix-rust-sdk/matrix_sdk
Julian Sparber b5de203499 matrix-sdk: Add RequestConfig that replaces timeout for requests
This exposes the retry behavior to the developer. This way the user can
set if a request should be retried or failed immidiatly.

This also make sure that the timeout set by the user is used for all
requests. Of-course it can't be used for uploaded and syncs with
timeout, but this doesn't change the behavior for those requests.
2021-04-07 10:35:31 +02:00
..
examples Bump ruma to 2f1b9f097930bf7908ca539f2ab7bb0ccf5d8b25 2021-04-05 19:49:55 +02:00
src matrix-sdk: Add RequestConfig that replaces timeout for requests 2021-04-07 10:35:31 +02:00
Cargo.toml client: Add login_with_sso 2021-03-23 15:30:40 +01:00
README.md matrix-sdk: Add a bunch of readmes to the crates. 2020-05-26 19:33:13 +02:00

README.md

Build Status codecov License #matrix-rust-sdk

matrix-sdk

matrix-sdk is an implementation of a Matrix client-server library in Rust.

License

Apache-2.0