ruma-common

Crates.ioruma-common
lib.rsruma-common
version0.16.0
created_at2020-05-01 15:16:48.290462+00
updated_at2025-09-03 12:29:12.60043+00
descriptionCommon types for other ruma crates.
homepagehttps://ruma.dev/
repositoryhttps://github.com/ruma/ruma
max_upload_size
id236251
size784,872
Maintainers (github:ruma:maintainers)

documentation

README

ruma-common

crates.io page docs.rs page license: MIT

Common types for other Ruma crates.

The feature-gated modules are defined as follow:

api module

Behind the api feature, core types used to define the requests and responses for each endpoint in the various Matrix API specifications. These types can be shared by client and server code for all Matrix APIs.

events module

Behind the events feature, serializable types for the events in the Matrix specification that can be shared by client and server code.

Commit count: 6156

cargo fmt