1
0
Fork 0
ruma/crates/ruma-appservice-api
Jonas Platte 9b6a2e7323 Change some is_empty methods to destructure Self
… to make it impossible to accidentally miss a field.
2026-07-09 08:59:28 +02:00
..
src Change some is_empty methods to destructure Self 2026-07-09 08:59:28 +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.16.0 2026-05-31 15:42:30 +02:00
CHANGELOG.md Release ruma-appservice-api 0.16.0 2026-05-31 15:42:30 +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.