types/crates/ruma-appservice-api
2023-10-12 15:44:00 +02:00
..
src Remove 'www.' from ruma.io URLs 2023-10-12 15:44:00 +02:00
tests Replace assert_matches by assert_matches2 2023-06-08 11:37:11 +02:00
Cargo.toml Remove 'www.' from ruma.io URLs 2023-10-12 15:44:00 +02:00
CHANGELOG.md Release ruma-appservice-api 0.9.0 2023-10-05 17:12:48 +02:00
README.md Move all crates into a new crates directory 2021-05-03 15:50:27 +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.