ruwuma/crates/ruma-federation-api
Jade Ellis e087ff1588
chore(deps): Upgrade rand
We're stuck with an old core version because of
`ed25519-dalek` but we can survive that at least
2026-02-20 22:52:51 +00:00
..
src chore(deps): Upgrade rand 2026-02-20 22:52:51 +00:00
tests/it Move integration tests one directory level deeper 2024-09-11 07:13:32 +00:00
Cargo.toml federation-api: Remove unnecessary dev dependency 2025-03-05 23:04:47 -05:00
CHANGELOG.md federation-api: Merge ruma-server-util into ruma-federation-api 2025-03-05 23:03:07 -05:00
README.md Move all crates into a new crates directory 2021-05-03 15:50:27 +02:00

ruma-federation-api

crates.io page docs.rs page license: MIT

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