ruwuma/crates/ruma-common
Jonas Platte 06bc576571
events: Simplify serialize_and_deserialize_from_display_form test
We don't need to test every single event type.
2022-09-22 11:42:49 +02:00
..
2022-09-20 13:49:16 +02:00
2022-09-20 13:49:16 +02:00
2022-09-16 12:15:08 +02:00

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.