1mod router; 2pub mod segment; 3mod segments; 4pub use router::*; 5pub use titan_router_derive::define_routes;