ruma-appservice-api 0.3.0

Types for the endpoints in the Matrix application service API.
Documentation
# ruma-appservice-api

[![crates.io page](https://img.shields.io/crates/v/ruma-appservice-api.svg)](https://crates.io/crates/ruma-appservice-api)
[![docs.rs page](https://docs.rs/ruma-appservice-api/badge.svg)](https://docs.rs/ruma-appservice-api/)
![license: MIT](https://img.shields.io/crates/l/ruma-appservice-api.svg)

**ruma-appservice-api** contains serializable types for the requests and responses for each endpoint in the [Matrix](https://matrix.org/) 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.