matrix-rust-sdk/matrix_sdk_base
Dominique Martinet 883183324f matrix_sdk_base: room: add direct_target field
Rooms marked as "direct" are associated a user_id in "m.direct" events.
Clients could want to handle these separately
2020-10-08 16:10:58 +02:00
..
.cargo
src matrix_sdk_base: room: add direct_target field 2020-10-08 16:10:58 +02:00
Cargo.toml Export "unstable-synapse-quirks" feature from ruma 2020-09-22 21:03:12 +02:00
README.md

README.md

Build Status codecov License #matrix-rust-sdk

matrix-sdk-base

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

NOTE: This is the no IO client state machine, you're probably interested in the main rust-sdk crate.