Fork of github.com/matrix-org/matrix-rust-sdk
 
 
Go to file
Devin R ac4698f0d6 base_client: only swap prev_content if outer is None 2020-05-22 21:29:51 -04:00
matrix_sdk examples: Fix the wasm bot example. 2020-05-22 16:19:30 +02:00
matrix_sdk_base base_client: only swap prev_content if outer is None 2020-05-22 21:29:51 -04:00
matrix_sdk_common matrix-sdk: Don't require the the session at client creation time. 2020-05-22 15:23:58 +02:00
matrix_sdk_crypto matrix-sdk: Don't require the the session at client creation time. 2020-05-22 15:23:58 +02:00
matrix_sdk_test matrix-sdk: Re-enable joins by id or alias. 2020-05-15 12:32:36 +02:00
matrix_sdk_test_macros matrix-sdk: Support compiling to wasm32-unknown-unknown 2020-05-12 15:48:09 +02:00
test_data Merge branch 'master' into prev-content 2020-05-22 17:20:06 -04: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: fail-fast for wasm target 2020-05-13 14:48:46 +02:00
Cargo.toml matrix-sdk: Switch to upstream crates 2020-05-12 17:32:01 +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