Fork of github.com/matrix-org/matrix-rust-sdk
 
 
Go to file
Damir Jelić a551ae2bee matrix-sdk: Add sensible connection and request timeouts
This sets the default
    * connection timeout to 5s
    * request timeout to 10s
    * request timeout for syncs to the sync timeout + 10s
    * request timeout for uploads to be based on 1Mbps upload
    speed expectations
2021-02-01 17:15:29 +01:00
.github/workflows CI: Restrict code coverage to the master branch. 2020-12-08 14:30:49 +01:00
matrix_sdk matrix-sdk: Add sensible connection and request timeouts 2021-02-01 17:15:29 +01:00
matrix_sdk_base base: Expose and document the stripped room info 2021-01-28 14:59:57 +01:00
matrix_sdk_common base: Initial set of docs 2021-01-28 14:10:26 +01:00
matrix_sdk_crypto crypto: Answer key reshare requests only at the originally shared message index 2021-01-28 14:07:51 +01:00
matrix_sdk_test matrix-sdk: Bump our deps 2021-01-25 15:47:51 +01:00
matrix_sdk_test_macros
.gitignore
.pre-commit-config.yaml
.travis.yml
Cargo.toml
LICENSE
Makefile
README.md
design.md
tarpaulin.toml

README.md

Build Status codecov License #matrix-rust-sdk

matrix-rust-sdk

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

Project structure

The rust-sdk consists of multiple crates that can be picked at your convenience:

  • matrix-sdk - High level client library, with batteries included, you're most likely interested in this.
  • matrix-sdk-base - No (network) IO client state machine that can be used to embed a Matrix client in your project or build a full fledged network enabled client lib on top of it.
  • matrix-sdk-crypto - No (network) IO encryption state machine that can be used to add Matrix E2EE support to your client or client library.

Status

The library is in an alpha state, things that are implemented generally work but the API will change in breaking ways.

If you are interested in using the matrix-sdk now is the time to try it out and provide feedback.

License

Apache-2.0