svc-error 0.1.1

An implementation of RFC7807: Problem Details for HTTP APIs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#[cfg(feature = "diesel")]
mod diesel;

#[cfg(feature = "r2d2")]
mod r2d2;

#[cfg(feature = "svc-agent")]
mod svc_agent;

#[cfg(feature = "svc-authn")]
mod svc_authn;

#[cfg(feature = "svc-authz")]
mod svc_authz;