2021-12-10 11:21:06 +08:00

6 lines
89 B
Rust

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