10 lines
187 B
Rust
10 lines
187 B
Rust
//! Common types for other ruma crates.
|
|
|
|
#![warn(missing_docs, missing_debug_implementations)]
|
|
|
|
pub mod directory;
|
|
pub mod encryption;
|
|
pub mod presence;
|
|
pub mod push;
|
|
pub mod thirdparty;
|