matrix-ui-serializable 0.4.0

Opinionated abstraction of the matrix-sdk crate with serializable structs
Documentation
1
2
3
4
5
6
7
8
9
//! ViewModels exposed to the adapter

pub(crate) mod async_requests;
pub mod event_bridge;
pub mod events;
pub mod misc;
pub mod profile;
pub(crate) mod room_display_name;
pub mod state_updater;