Fork of github.com/matrix-org/matrix-rust-sdk
 
 
Go to file
Damir Jelić 9c467d40e0 Cargo.toml: Switch to olm-rs on gitlab. 2020-03-21 16:50:54 +01:00
examples rust-sdk: Add initial tracing/logging setup. 2020-03-19 13:55:04 +01:00
src crypto: Add initial code for olm message decryption. 2020-03-21 16:41:48 +01:00
tests async_client: Add a method to upload encryption keys. 2020-03-11 11:42:59 +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 Revert "travis: Add Windows to the CI." 2020-03-15 13:00:00 +01:00
Cargo.toml Cargo.toml: Switch to olm-rs on gitlab. 2020-03-21 16:50:54 +01:00
LICENSE rust-sdk: Switch the license to Apache 2.0. 2020-02-21 16:54:05 +01:00
Makefile crypto: Add initial crypto store. 2020-03-18 09:41:49 +01:00
README.md README: Add the build status. 2020-03-15 13:02:20 +01:00

README.md

Build Status

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