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
[toolchain]
channel = "stable"
profile = "minimal"
components = [
    "rustfmt",
    "clippy",
    "rust-analyzer",
    "rustc",
    "rust-src",
    "llvm-tools-preview",
]