routerify 2.0.0-beta-2

A lightweight, idiomatic, composable and modular router implementation with middleware support for the Rust HTTP library hyper.rs.
Documentation
1
2
3
4
5
pub use request_service::RequestService;
pub use router_service::RouterService;

mod request_service;
mod router_service;