git-subtree-dir: ruma-federation-api git-subtree-mainline: acff664671e3f53bd012d33228363780eb20cf35 git-subtree-split: 44a0f493d0ae119fb1175a5f61c2db52ef001fb7
19 lines
526 B
Markdown
19 lines
526 B
Markdown
# ruma-federation-api
|
|
|
|
**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.
|
|
|
|
## Minimum Rust version
|
|
|
|
ruma-federation-api requires Rust 1.40.0 or later.
|
|
|
|
## Documentation
|
|
[https://docs.rs/ruma-federation-api](https://docs.rs/ruma-federation-api)
|
|
|
|
## Contributing
|
|
See [CONTRIBUTING.md](CONTRIBUTING.md).
|
|
|
|
## License
|
|
|
|
[MIT](http://opensource.org/licenses/MIT)
|