ruma-common

Crates.ioruma-common
lib.rsruma-common
version0.13.0
sourcesrc
created_at2020-05-01 15:16:48.290462
updated_at2024-05-09 10:15:22.889601
descriptionCommon types for other ruma crates.
homepagehttps://ruma.dev/
repositoryhttps://github.com/ruma/ruma
max_upload_size
id236251
size547,571
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: 5415

cargo fmt