ruwuma/crates/ruma
2024-12-18 02:24:07 +00:00
..
src identifiers: Allow to set ruma_identifiers_storage cfg setting with env variable 2024-12-15 02:55:58 -05:00
Cargo.toml appservice-api: Stabilize support for sending ephemeral data to appservices 2024-12-18 02:24:07 +00:00
CHANGELOG.md identifiers: Allow to validate KeyId with any key name type 2024-11-08 12:49:53 -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