kochab/src/routing/mod.rs

4 lines
86 B
Rust
Raw Normal View History

2020-11-20 02:37:02 +00:00
//! Tools for adding routes to a [`Server`](crate::Server)
mod node;
pub use node::*;