actix_failwrap 1.0.3

A micro-package that enables ergonomic error propagation (using thiserror) inside actix-web route handlers.
Documentation
1
2
3
4
5
6
7
//! Macro Output Module
//!
//! This module declares the sub-modules
//! for each exported macro generation.

pub mod error_response;
pub mod proof_route;