matrix-rust-sdk/matrix_sdk
Damir Jelić 5d73dd7da7 room: Add methods to get members that don't do any requests
Our main methods to get members nowadays ensure that the member list is
synchronized with the server. This is nice and convenient but might not
be desirable for a couple of reasons.

Firstly it might be costly to fetch all members at once depending on
what the client is doing and the number of rooms and secondly some
clients might have a hybrid setup where not everything is running on a
tokio thread, sending out requests is only possible on a tokio thread.
2021-04-29 12:38:07 +02:00
..
examples Bump ruma to 2f1b9f097930bf7908ca539f2ab7bb0ccf5d8b25 2021-04-05 19:49:55 +02:00
src room: Add methods to get members that don't do any requests 2021-04-29 12:38:07 +02:00
Cargo.toml matrix-sdk: require_auth_for_profile_requests feature and force_auth request config 2021-04-26 17:31:25 +02:00
README.md matrix-sdk: Add a bunch of readmes to the crates. 2020-05-26 19:33:13 +02:00

README.md

Build Status codecov License #matrix-rust-sdk

matrix-sdk

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

License

Apache-2.0