actix-web-error-derive 0.2.0

Derive macros for actix-web-error
Documentation
1
2
3
4
5
mod json;
mod text;

pub use json::Json;
pub use text::Text;