ruma-client-api 0.22.1

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

pub mod get_state_event_for_key;
pub mod get_state_events;
pub mod send_state_event;