2022-02-18 19:45:04 +01:00

7 lines
157 B
Rust

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