mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-18 05:30:33 -04:00
`wasm_timer` doesn't work outside the browser, which prevents it being used in tests. We can replace it with `gloo-timers` wich uses the standard Javascript `setTimeout`.
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.