ruwuma/ruma-events-macros
Ragotzy.devin 800fba7c32
Implement PresenceEvent and EphemeralEvent
* Add derive for PresenceEventContent and create struct AnyPresenceEventContent
since there is only one content type
* Add derive for Ephemeral event and create enum AnyEphemeralEventContent, convert
receipt and typing to use derive(EphemeralEventContent) over ruma_api!
2020-06-07 22:56:43 +02:00
..
2020-05-26 18:45:12 +02:00
2020-03-29 17:07:56 +02:00

ruma-events-macros

Build Status

ruma-events-macros provides a procedural macro for easily generating event types for ruma-events.

Documentation

ruma-events-macros has comprehensive documentation available on docs.rs.

License

MIT