ruwuma/crates/ruma
2024-09-13 16:35:24 -04:00
..
src re-export js_int::Error 2024-08-10 08:52:41 +00:00
Cargo.toml Merge remote-tracking branch 'upstream/main' into conduwuit-changes 2024-09-13 16:35:24 -04:00
CHANGELOG.md Release ruma 0.10.1 2024-05-13 15:25:29 +02: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