ruwuma/ruma-api
Jonas Platte 52f7546c47
Make most things in ruma_api::error actually public (no more #[doc(hidden)])
So people can implement their own endpoints without the macros and
without using undocumented parts of the API
2020-08-12 23:33:27 +02:00
..
2020-08-08 18:28:23 +02:00
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.