problem_details 0.2.0

RFC 9457 / RFC 7807 problem details for HTTP APIs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
![Maintenance](https://img.shields.io/badge/maintenance-experimental-blue.svg)

# problem_details

RFC 9457 / RFC 7807 problem details for Rust applications.

This crate implements a simple struct that can be used to
represent a problem details object as defined in RFC 9457
(which obsoletes RFC 7807).

## Features

- `serde`: Enables serde support for the `ProblemDetails` struct.

License: MIT OR Apache-2.0