10 lines
316 B
Rust

//! Types for the `m.space` events.
//!
//! See [MSC2758] and [MSC1772].
//!
//! [MSC2758]: https://github.com/matrix-org/matrix-doc/blob/master/proposals/2758-textual-id-grammar.md
//! [MSC1772]: https://github.com/matrix-org/matrix-doc/blob/master/proposals/1772-groups-as-rooms.md
pub mod child;
pub mod parent;