| Crates.io | ruma-common |
| lib.rs | ruma-common |
| version | 0.16.0 |
| created_at | 2020-05-01 15:16:48.290462+00 |
| updated_at | 2025-09-03 12:29:12.60043+00 |
| description | Common types for other ruma crates. |
| homepage | https://ruma.dev/ |
| repository | https://github.com/ruma/ruma |
| max_upload_size | |
| id | 236251 |
| size | 784,872 |
Common types for other Ruma crates.
The feature-gated modules are defined as follow:
api moduleBehind 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 moduleBehind the events feature, serializable types for the events in the Matrix
specification that can be shared by client and server code.