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
//! Helpers Module
//!
//! This module declares some helper functions
//! and structures used to parse and generate
//! the content for this crate's procedural macros.

pub mod semantics;
pub mod status_codes;
pub mod unique_attr;