ruma

Crates.ioruma
lib.rsruma
version0.10.1
sourcesrc
created_at2017-01-05 21:23:43.706008
updated_at2024-05-13 13:25:47.310198
descriptionTypes and traits for working with the Matrix protocol.
homepagehttps://ruma.dev/
repositoryhttps://github.com/ruma/ruma
max_upload_size
id7937
size32,833
Maintainers (github:ruma:maintainers)

documentation

README

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
Commit count: 5415

cargo fmt