Skip to content

johannescpk/matrix-rust-sdk

This branch is 9602 commits behind matrix-org/matrix-rust-sdk:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b4b897d · Apr 12, 2021
Mar 23, 2021
Mar 2, 2021
Apr 12, 2021
Apr 12, 2021
Apr 11, 2021
Apr 12, 2021
Apr 5, 2021
May 26, 2020
Aug 5, 2020
Nov 10, 2019
Jan 4, 2021
Feb 21, 2020
Apr 29, 2020
Mar 2, 2021
Aug 11, 2020

Repository files navigation

Build Status codecov License #matrix-rust-sdk Docs - Master Docs - Stable

matrix-rust-sdk

matrix-rust-sdk is an implementation of a Matrix client-server library in Rust.

Project structure

The rust-sdk consists of multiple crates that can be picked at your convenience:

  • matrix-sdk - High level client library, with batteries included, you're most likely interested in this.
  • matrix-sdk-base - No (network) IO client state machine that can be used to embed a Matrix client in your project or build a full fledged network enabled client lib on top of it.
  • matrix-sdk-crypto - No (network) IO encryption state machine that can be used to add Matrix E2EE support to your client or client library.

Status

The library is in an alpha state, things that are implemented generally work but the API will change in breaking ways.

If you are interested in using the matrix-sdk now is the time to try it out and provide feedback.

License

Apache-2.0

About

Matrix Client-Server SDK for Rust

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 99.7%
  • Other 0.3%