Fork of github.com/matrix-org/matrix-rust-sdk
 
 
Go to file
Damir Jelić 967544bab9 base_client: Make the base client a bit more threadsafe.
This moves the bulk of the sync logic into the base client, to avoid
deadlocks while someone tires to send messages from a event callback the
base client needed to get a bunch of locks.

Ideally the AsyncClient would not need a lock for the base client at all
but we're not there yet.
2020-05-06 13:57:58 +02:00
matrix_sdk base_client: Make the base client a bit more threadsafe. 2020-05-06 13:57:58 +02:00
matrix_sdk_crypto crypto: Remove the session key in room key events again. 2020-05-06 12:15:15 +02:00
matrix_sdk_types types: Use the released version of ruma-client-api. 2020-05-06 09:38:31 +02:00
test_data matrix-sdk: Split out the crypto part of the sdk into a separate crate. 2020-04-29 09:48:00 +02:00
.gitignore Fix the gitignore file. 2019-11-24 22:44:28 +01:00
.pre-commit-config.yaml nio-rust: Add a pre-commit config. 2019-11-10 18:33:27 +01:00
.travis.yml travis: Update our Travis setup for the new workspace setup. 2020-04-29 10:56:17 +02:00
Cargo.toml matrix-sdk: Split out the crypto part of the sdk into a separate crate. 2020-04-29 09:48:00 +02:00
LICENSE rust-sdk: Switch the license to Apache 2.0. 2020-02-21 16:54:05 +01:00
Makefile matrix-sdk: Split out the crypto part of the sdk into a separate crate. 2020-04-29 09:48:00 +02:00
README.md fix matrix badge link 2020-04-11 12:01:29 -07:00
design.md state_store: clean up and add examples to docs 2020-04-26 17:13:55 -04:00

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.

Status

This library is very much work in progress.

License

Apache-2.0