19 lines
585 B
Markdown
19 lines
585 B
Markdown
# ruma-api
|
|
|
|
[](https://travis-ci.org/ruma/ruma-api)
|
|
|
|
**ruma-api** contains core types used to define the requests and responses for each endpoint in the various [Matrix](https://matrix.org/) API specifications.
|
|
These types can be shared by client and server code for all Matrix APIs.
|
|
|
|
## Minimum Rust version
|
|
|
|
ruma-api requires Rust 1.36.0 or later.
|
|
|
|
## Documentation
|
|
|
|
ruma-api has [comprehensive documentation](https://docs.rs/ruma-api) available on docs.rs.
|
|
|
|
## License
|
|
|
|
[MIT](http://opensource.org/licenses/MIT)
|