ruwuma/crates/ruma-federation-api/src/room.rs

6 lines
132 B
Rust

//! Server room endpoints.
pub mod policy_check;
pub mod policy_sign;
#[cfg(feature = "unstable-msc3843")]
pub mod report_content;