synpad 0.1.0

A full-featured Matrix chat client built with Dioxus
1
2
3
4
5
6
7
8
9
10
11
pub mod event_preview;
pub mod html_render;
pub mod latex;
pub mod link_preview;
pub mod linkify;
pub mod local_search;
pub mod markdown;
pub mod media_helpers;
pub mod permalink;
pub mod room_helpers;
pub mod time_format;