ruma-client-api 0.16.0

Types for the endpoints in the Matrix client-server API.
Documentation
1
2
3
4
5
6
//! Endpoints for the public room directory.

pub mod get_public_rooms;
pub mod get_public_rooms_filtered;
pub mod get_room_visibility;
pub mod set_room_visibility;