Crates.io | ruma |
lib.rs | ruma |
version | 0.11.1 |
source | src |
created_at | 2017-01-05 21:23:43.706008 |
updated_at | 2024-11-01 11:14:32.481259 |
description | Types and traits for working with the Matrix protocol. |
homepage | https://ruma.dev/ |
repository | https://github.com/ruma/ruma |
max_upload_size | |
id | 7937 |
size | 34,766 |
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 APIfederation-api
for the server-server (federation) APIappservice-api
for the application service API