Files
ruma_federation_api/
directory.rs
1
//! Room directory endpoints.
2
3
pub mod
get_public_rooms;
4
pub mod
get_public_rooms_filtered;