matrix-rust-sdk/matrix_sdk
Dominique Martinet 7d023ebdb9 matrix_sdk examples: set `#![type_length_limit = "1075569"]`
Some examples no longer build after the following commits, set a
bigger-than-default type_length_limit to let tests pass.

The exceptions are not necessary on nightly and can be removed again
after https://github.com/rust-lang/rust/issues/54540 is fixed.
2020-10-08 16:10:48 +02:00
..
examples matrix_sdk examples: set `#![type_length_limit = "1075569"]` 2020-10-08 16:10:48 +02:00
src matrix_sdk: expose RoomMember 2020-10-08 13:16:33 +02:00
Cargo.toml matrix-sdk: Use a specific version for async-std. 2020-10-06 15:17:45 +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