http-mux 0.1.1

Go style http multiplexer/router for Rust
Documentation
1
2
3
4
5
6
7
8
mod tuple_macro;
pub mod route;
pub mod mux;

#[cfg(feature = "hyper")]
pub mod hyper;