matrix-rust-sdk/matrix_sdk/src
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
..
client.rs common: Use the re-exported versions of js_int and assign 2021-01-04 15:29:49 +01:00
device.rs crypto: Don't load all the devices in the sqlite store. 2020-10-16 16:57:26 +02:00
error.rs matrix-sdk: Add support to delete devices. 2020-10-16 17:27:00 +02:00
http_client.rs matrix-sdk: Get rid of the common macros crate 2021-01-04 16:34:14 +01:00
lib.rs Add documentation on enabling logging. 2020-10-12 20:45:47 +02:00
sas.rs crypto: Upload signatures after verification is done. 2020-10-27 16:39:23 +01:00