Crate ruma_events_macros
source · [−]Expand description
A procedural macro for generating ruma-events events.
See the documentation for the individual macros for usage details.
Macros
Generates an enum to represent the various Matrix event types.
Derive Macros
Generates implementations needed to serialize and deserialize Matrix events.
Generates an implementation of ruma_events::EventContent
.
Generates From
implementations for event enums.