matrix-rust-sdk/matrix_sdk
Damir Jelić 4c6c1d2107 matrix-sdk: Get rid of the common macros crate
This crate was used to support different trait bounds on WASM vs other
targets, since we only define async traits in a couple of places having
a whole crate to support this feels a bit excessive.

This patch defines a target specific super trait instead, this lowers
the compile time a couple of seconds.
2021-01-04 16:34:14 +01:00
..
examples matrix-sdk: Get rid of the common macros crate 2021-01-04 16:34:14 +01:00
src matrix-sdk: Get rid of the common macros crate 2021-01-04 16:34:14 +01:00
Cargo.toml matrix-sdk: Get rid of the common macros crate 2021-01-04 16:34:14 +01: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