1
0
Fork 0
ruma/crates/ruma-client-api
2026-05-13 19:36:26 +02:00
..
src client-api: Add MSC4466 propagate_to query param to delete_profile_field 2026-05-13 19:36:26 +02:00
tests/it client-api: Reject non-object event content on /send and /state 2026-05-06 08:55:08 +02:00
build.rs Introduce ruma_unstable_exhaustive_types cfg setting 2024-12-09 11:06:07 +01:00
Cargo.toml client-api: Add unstable support for MSC4466 2026-05-13 18:22:32 +02:00
CHANGELOG.md client-api: Add unstable support for MSC4466 2026-05-13 18:22:32 +02:00
README.md Lint markdown files with rumdl 2026-04-06 09:28:14 +02:00

ruma-client-api

crates.io page docs.rs page license: MIT

ruma-client-api contains serializable types for the requests and responses for each endpoint in the Matrix client API specification. These types can be shared by client and server code.