chuchi 0.1.5

Http async library based on hyper and tokio
Documentation
1
2
3
4
5
6
7
8
mod into_response;
pub use into_response::IntoResponse;

mod route_result;
pub use route_result::IntoRouteResult;

mod into_route;
pub use into_route::IntoRoute;