problem-details-mapper 0.1.0

library designed to simplify error handling and response generation in Rust-based RESTful API applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.http]
version = "1.1.0"

[dependencies.problem_details]
version = "0.6.0"

[package]
authors = ["Xovos"]
categories = ["web-programming"]
description = "library designed to simplify error handling and response generation in Rust-based RESTful API applications"
edition = "2021"
keywords = ["http", "problemdetails"]
license = "MIT"
name = "problem-details-mapper"
readme = "README.md"
repository = "https://github.com/Xovos/problemdetailsmapper"
version = "0.1.0"