1 2 3 4 5 6 7
mod namespace; mod routes; pub mod search; mod table; pub mod view; pub use routes::create_routes;