ruma-client-api 0.22.1

Types for the endpoints in the Matrix client-server API.
Documentation
1
2
3
4
5
6
//! Endpoints for [previewing a room] without joining it, aka peeking.
//!
//! [previewing a room]: https://spec.matrix.org/latest/client-server-api/#room-previews

pub mod get_current_state;
pub mod listen_to_new_events;