mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-18 21:52:30 -04:00
Implement a `tracing_subsciber` `Layer` which sends output to the javascript console. Obviously, this only works on the wasm32 target. This is lifted from `matrix-rust-sdk-crypto-wasm`, so that we can use it in tests etc for other crates.
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.