2024-04-04 13:20:58 +02:00

7 lines
240 B
Rust

#![doc(html_favicon_url = "https://ruma.dev/favicon.ico")]
#![doc(html_logo_url = "https://ruma.dev/images/logo.png")]
//! Collection of helpers for implementing Matrix homeservers using Ruma.
#![warn(missing_docs)]
pub mod authorization;