1 2 3 4 5 6 7 8 9 10
//! 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;
1 2 3 4 5 6 7 8 9 10
//! 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;