1
0
Fork 0
ruma/crates/ruma-client-api
2026-07-11 19:24:32 +00:00
..
src m.room.member reply relation 2026-07-11 19:24:32 +00: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: Unstable support for MSC4354 sticky events 2026-07-08 21:36:32 +02:00
CHANGELOG.md Fix another one of these serialization bugs 2026-07-09 08:59:28 +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.