matrix-sdk-common 0.6.0

Collection of common types and imports used in the matrix-sdk
Documentation
#[cfg(target_arch = "wasm32")]
pub use async_lock::{Mutex, MutexGuard, RwLock, RwLockReadGuard, RwLockWriteGuard};
#[cfg(not(target_arch = "wasm32"))]
pub use tokio::sync::{Mutex, MutexGuard, RwLock, RwLockReadGuard, RwLockWriteGuard};