ruwuma/crates/ruma-appservice-api
2024-09-11 07:13:32 +00:00
..
src api: Rename request macro attribute query_map to query_all 2024-06-21 19:15:59 +02:00
tests appservice-api: Make the url field of Registration an Option 2024-01-03 18:40:40 +01:00
Cargo.toml Use workspace lint configuration instead of rustflags hack 2024-09-11 07:13:32 +00:00
CHANGELOG.md Release ruma-appservice-api 0.10.0 2024-05-09 12:50:40 +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.