types/ruma-appservice-api
Jonas Platte 329537afef
Release new versions of ruma-*-api
* ruma-appservice-api 0.2.0-alpha.2
* ruma-client-api 0.10.0-alpha.2
* ruma-federation-api 0.1.0-alpha.1
* ruma-identity-service-api 0.0.1
* ruma-push-gateway-api 0.0.1
2021-01-02 15:17:32 +01:00
..
src Remove lots of Copy implementations 2020-12-24 02:51:08 +01:00
Cargo.toml Release new versions of ruma-*-api 2021-01-02 15:17:32 +01:00
CHANGELOG.md Release new versions of ruma-*-api 2021-01-02 15:17:32 +01:00
README.md Various README updates 2020-09-29 20:30:33 +02:00

ruma-appservice-api

crates.io page docs.rs page license: MIT

ruma-appservice-api contains serializable types for the requests and responses for each endpoint in the Matrix application service API specification. These types can be shared by application service and server code.

Status

This project is currently experimental and is very likely to change drastically.