Fork of github.com/matrix-org/matrix-rust-sdk
 
 
Go to file
Damir Jelić b5b4542cd5 Cargo.toml: Switch to a release of sqlx. 2020-03-31 16:17:37 +02:00
examples async_client: Allow setting the initial device display name. 2020-03-27 09:22:29 +01:00
src crypto: Replace the decrypted to-device events in the sync response. 2020-03-31 13:38:44 +02:00
tests async_client: Allow setting the initial device display name. 2020-03-27 09:22:29 +01: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: Test the sqlite crypto store. 2020-03-28 11:50:59 +01:00
Cargo.toml Cargo.toml: Switch to a release of sqlx. 2020-03-31 16:17:37 +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: Add a badge pointing to the Matrix room. 2020-03-28 12:44:33 +01:00

README.md

Build Status #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