ruma-events 0.34.0

Serializable types for the events in the Matrix specification.
Documentation
1
2
3
4
5
6
//! Module for events in the `m.secret` namespace.

#[cfg(feature = "unstable-msc4385")]
pub mod push;
pub mod request;
pub mod send;