matrix-rust-sdk/matrix_sdk_test
Denis Kasak b6d7939685 matrix-sdk: Vary sync token with each EventBuilder::build_sync_response call.
This allows us to hold onto an EventBuilder object and use it to build
multiple sync responses. Previously this would have resulted in each
of the responses having the same next_batch sync token. This would make
clients ignore the latter responses if they have already received any of
the previous ones.
2020-06-09 15:20:21 +02:00
..
src matrix-sdk: Vary sync token with each EventBuilder::build_sync_response call. 2020-06-09 15:20:21 +02:00
test_data test: Add a copy of the test data to the test crate. 2020-05-26 21:30:15 +02:00
Cargo.toml matrix-sdk-test: Specify a version for the test macros. 2020-05-26 19:59:40 +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-test

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

NOTE: These are just test helpers for the matrix-rust-sdk, you're probably interested in the main rust-sdk crate.