conduwuit/src/api/mod.rs
Jason Volk 3c09313f79 move and reorganize sending codepaths; no functional changes
Signed-off-by: Jason Volk <jason@zemos.net>
2024-04-02 00:32:41 -04:00

4 lines
68 B
Rust

pub mod client_server;
pub mod ruma_wrapper;
pub mod server_server;