2020-12-26 21:46:29 +01:00

11 lines
211 B
Rust

//! Common types for other ruma crates.
#![warn(missing_docs, missing_debug_implementations)]
pub mod authentication;
pub mod directory;
pub mod encryption;
pub mod presence;
pub mod push;
pub mod thirdparty;