rou3 0.1.1

🌳 Lightweight and fast rou(ter) for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod add;
pub mod find;
pub mod find_all;
pub mod remove;
pub mod util;

pub use add::add_route;
pub use find::find_route;
pub use find_all::find_all_routes;
pub use remove::remove_route;