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-02 22:14:05 +02:00
2020-06-07 01:11:13 +02:00
2020-06-07 01:18:42 +02:00
2015-11-29 04:59:34 -08:00
2020-05-02 22:14:05 +02:00

ruma-events

crates.io page docs.rs page license: MIT

ruma-events contains serializable types for the events in the Matrix specification that can be shared by client and server code.

Minimum Rust version

ruma-events requires Rust 1.40.0 or later.

Documentation

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

Description
No description provided
Readme MIT 14 MiB
Languages
Rust 100%