mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-18 05:30:33 -04:00
… and simplify wasm spawn implementation. This reduces the differences on wasm vs. non-wasm. Of course it's still possible to rely on details of the different error types, but at least both implement a few common traits: `Debug`, `Display`, `Error`.
Common types that are used in the different matrix-sdk layers.
NOTE: These are common dependencies for the different matrix-sdk layers, you're probably interested in the main matrix-sdk crate.