http-derive 0.1.2

Derive macro for implementing `Into<http::StatusCode>` for your enums using the standard http types.
Documentation
1
2
3
4
5
6
pub use http_derive_impl::HttpStatus;

#[cfg(feature = "http-1")]
pub use http_1;
#[cfg(feature = "http-02")]
pub use http_02;