ruma-federation-api 0.15.0

Types for the endpoints in the Matrix server-server API.
Documentation
1
2
3
4
5
6
7
8
9
# ruma-federation-api

[![crates.io page](https://img.shields.io/crates/v/ruma-federation-api.svg)](https://crates.io/crates/ruma-federation-api)
[![docs.rs page](https://docs.rs/ruma-federation-api/badge.svg)](https://docs.rs/ruma-federation-api/)
![license: MIT](https://img.shields.io/crates/l/ruma-federation-api.svg)

**ruma-federation-api** contains serializable types for the requests and responses for each endpoint
in the [Matrix](https://matrix.org/) Federation API specification. These types can be shared by
client and server code.