[][src]Crate ruma_client_api

Crate ruma_client_api contains serializable types for the requests and responses for each endpoint in the Matrix client API specification. These types can be shared by client and server code.

Re-exports

pub use error::Error;

Modules

error

Errors that can be sent from the homeserver.

r0

Endpoints for the r0.x.x versions of the client API specification.

unversioned

Endpoints that cannot change with new versions of the Matrix specification.