poljar 12d725113b
Implement a collection for to-device events
To-device events are received in a sync response in a separate field of
the response.

They are sent between dirrectly without involving a room and are not
permanently stored on the serever. They are mostly used to set up
encryption between devices.

This patch implements a enum which encapsulates many of the messages
that will appear in the to-device part of a sync response.
2020-03-11 13:01:37 +01:00
2015-11-29 04:59:34 -08:00
2019-11-24 15:43:13 +01:00
2020-02-19 00:29:50 +01:00
2015-11-29 04:59:34 -08:00
2019-11-24 15:43:13 +01:00

ruma-events

Build Status

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.36.0 or later.

Documentation

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

License

MIT

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