ruma-federation-api 0.14.0

Types for the endpoints in the Matrix server-server API.
Documentation
1
2
3
4
5
6
7
//! Endpoints to get general information about events

pub mod get_event;
pub mod get_event_by_timestamp;
pub mod get_missing_events;
pub mod get_room_state;
pub mod get_room_state_ids;