ruma-client-api 0.25.0

Types for the endpoints in the Matrix client-server API.
Documentation
1
2
3
4
5
6
7
// This crate is not useful without either of those features, so export nothing if they are not
// enabled to avoid errors when running checks wrongly without enabling any of them.
#![cfg(any(feature = "client", feature = "server"))]

mod event_content;
mod headers;
mod uiaa;