ruwuma/crates/ruma
2025-03-11 20:53:13 -04:00
..
src fix building after crate removals 2025-03-05 23:13:55 -05:00
Cargo.toml signatures: Use KeyId and SigningKeyAlgorithm to parse key IDs 2025-03-11 20:53:13 -04: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

crates.io page docs.rs page license: MIT

Types and traits for working with the Matrix protocol.

This crate re-exports things from all of the other ruma crates so you don't have to manually keep all the versions in sync.

Which crates are re-exported can be configured through cargo features. Depending on which parts of Matrix are relevant to you, activate the following features:

  • client-api for the client-server API
  • federation-api for the server-server (federation) API
  • appservice-api for the application service API