git-subtree-dir: ruma-common git-subtree-mainline: c186f0f8c9c542fd1c7cea464de1ae94e5bd32ba git-subtree-split: b516c0cd72c1a5e9985905f60b956c5365cd8789
7 lines
97 B
Rust
7 lines
97 B
Rust
//! Common types for other ruma crates.
|
|
|
|
#![warn(missing_docs)]
|
|
|
|
pub mod presence;
|
|
pub mod push;
|