#![allow(clippy::module_inception)] pub mod router; mod trash; pub(crate) use trash::*;