* ruma-appservice-api 0.2.0-alpha.2 * ruma-client-api 0.10.0-alpha.2 * ruma-federation-api 0.1.0-alpha.1 * ruma-identity-service-api 0.0.1 * ruma-push-gateway-api 0.0.1
ruma
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