errors_rust 0.1.0

Just a simple library for error mapping.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.serde]
features = ["derive"]
version = "1.0.92"

[dependencies.serde_json]
version = "1.0.39"

[package]
authors = ["jonathan <jonathan.franco.2103@gmail.com>", "hebert <hebver20@gmail.com>"]
description = "Just a simple library for error mapping."
edition = "2018"
keywords = ["errors", "error", "mapping", "api", "rest"]
license-file = "LICENSE"
name = "errors_rust"
readme = "Readme.md"
repository = "https://gitlab.com/gexuy/public-libraries/rust/errors_rust"
version = "0.1.0"