ruma_server_util/
lib.rs

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