types/ruma-api
Jonas Platte 565e3a1ee7
Merge LICENSE files
The Copyright notice is taken out because no single person has a
copyright to the entire codebase.
2020-09-26 15:52:52 +02:00
..
src Move Outgoing from ruma-api to ruma-common 2020-09-22 21:35:10 +02:00
tests Move Outgoing from ruma-api to ruma-common 2020-09-22 21:35:10 +02:00
Cargo.toml Move Outgoing from ruma-api to ruma-common 2020-09-22 21:35:10 +02:00
CHANGELOG.md Change requires_authentication: bool to authentication: AuthScheme 2020-09-18 16:28:51 +02:00
README.md Update MSRV policy 2020-07-22 23:05:50 +02:00

ruma-api

crates.io page docs.rs page license: MIT

ruma-api contains core types used to define the requests and responses for each endpoint in the various Matrix API specifications. These types can be shared by client and server code for all Matrix APIs.

Documentation

ruma-api has comprehensive documentation available on docs.rs.