ruma-common 0.9.2

Common types for other ruma crates.
Documentation
1
2
3
4
5
6
//! 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;