1
0
Fork 0
ruma/crates/ruma-appservice-api
2026-04-26 14:36:13 +02:00
..
src Update spec links 2026-03-31 11:23:55 +02:00
tests/it Use assert_let over assert_matches in some tests 2026-03-28 21:50:40 +01:00
build.rs Introduce ruma_unstable_exhaustive_types cfg setting 2024-12-09 11:06:07 +01:00
Cargo.toml Release ruma-appservice-api 0.15.0 2026-04-26 14:36:13 +02:00
CHANGELOG.md Release ruma-appservice-api 0.15.0 2026-04-26 14:36:13 +02:00
README.md Lint markdown files with rumdl 2026-04-06 09:28:14 +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.