kochab/src/routing/mod.rs

4 lines
86 B
Rust

//! Tools for adding routes to a [`Server`](crate::Server)
mod node;
pub use node::*;