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
8
9
10
11
12
13
//! Unitary Testing
//!
//! Please read the `README.md` in this module to
//! get more information on how unitary testing works in this
//! crate.

// XXX: Consider checking the error messages.

pub mod error_response;
pub mod proof_route;
pub mod status_code;
pub mod status_codes;
pub mod unique_attr;