1 2 3 4 5 6
#![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;