7 lines
157 B
Rust
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;
|