conduwuit/src/api/mod.rs

4 lines
68 B
Rust
Raw Normal View History

2022-10-05 20:34:31 +02:00
pub mod client_server;
pub mod ruma_wrapper;
2022-10-05 20:34:31 +02:00
pub mod server_server;