Jonas Platte 31331f3165
Bring back ruma-events
Co-authored-by: Kévin Commaille <zecakeh@tedomum.fr>
2023-08-28 10:23:54 +02:00

7 lines
159 B
Rust

//! Types for the `m.space` events.
//!
//! See [the specification](https://spec.matrix.org/latest/client-server-api/#spaces).
pub mod child;
pub mod parent;