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