conduwuit/src/api/mod.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
89 B
Rust
Raw Normal View History

pub(crate) mod client_server;
pub(crate) mod ruma_wrapper;
pub(crate) mod server_server;