Fork of github.com/matrix-org/matrix-rust-sdk
 
 
Go to file
Devin R c69d54e2d4 async_client: impl kick, join, leave, invite, create for 2020-04-10 16:32:28 -04:00
examples cargo fmt/clippy, move power levels into Room 2020-04-05 12:41:00 -04:00
src async_client: impl kick, join, leave, invite, create for 2020-04-10 16:32:28 -04:00
tests more work needed for AsyncClient test runner 2020-04-06 20:59:44 -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: Run tarpaulin only once. 2020-04-03 11:49:18 +02:00
Cargo.toml Cargo.toml: Depend on the git hosted ruma crates. 2020-04-09 17:04:34 +02:00
LICENSE rust-sdk: Switch the license to Apache 2.0. 2020-02-21 16:54:05 +01:00
Makefile crypto: Add initial support to decrypt megolm encrypted events. 2020-03-25 15:03:10 +01:00
README.md README: Fix the license name. 2020-04-03 14:51:51 +02:00
design.md remove serde from dev-deps, add crypto info to design 2020-04-08 07:13:43 -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