Crates.io | ruma-common |
lib.rs | ruma-common |
version | 0.14.1 |
source | src |
created_at | 2020-05-01 15:16:48.290462 |
updated_at | 2024-11-01 11:05:38.887154 |
description | Common types for other ruma crates. |
homepage | https://ruma.dev/ |
repository | https://github.com/ruma/ruma |
max_upload_size | |
id | 236251 |
size | 610,021 |
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.