Fork of github.com/matrix-org/matrix-rust-sdk
 
 
Go to file
Devin R ebe4f03c36 room: implement room_name according to spec, add RoomSummary to RoomName 2020-04-16 21:00:50 -04:00
examples command_bot: pass sync_token to sync_forever 2020-04-15 09:54:53 -04:00
src room: implement room_name according to spec, add RoomSummary to RoomName 2020-04-16 21:00:50 -04:00
tests async_client: make pub API take &self instead of &mut, use read where possible 2020-04-15 08:29:34 -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: Disable the chache for now as it seems to time out. 2020-04-15 14:20:34 +02:00
Cargo.toml async_client: name associated error type in AsyncClient::send 2020-04-16 16:39:44 -04: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 fix matrix badge link 2020-04-11 12:01:29 -07:00
design.md remove unused sync2 json, pre-commit all files 2020-04-14 07:19:58 -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