ketzal/
lib.rs

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