1 2 3 4 5 6 7
pub mod cli; pub mod kernel; pub mod infrastructure; pub mod routing { pub use crate::infrastructure::http::routes::routes::Route; }