Fork of github.com/matrix-org/matrix-rust-sdk
 
 
Go to file
Devin R 0749e59af8 Merge branch 'master' into state-store 2020-04-24 20:02:36 -04:00
examples state_store: move path into JsonStore, store must be "connected" before adding to AsyncClientConfig 2020-04-23 16:40:23 -04:00
src Merge branch 'master' into state-store 2020-04-24 20:02:36 -04:00
tests room: tests for calculate_room 2020-04-23 09:55:59 -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 state_store: add user_id localpart to state store path from session 2020-04-24 19:57:51 -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 state_store: fix docs, test client with default state store 2020-04-22 17:39:57 -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