#![allow(unused)] pub mod config; mod database; mod error; mod extractors; mod pkarr; mod routes; mod server; pub use server::Homeserver;