Resterror

This is a simple library to handle errors in a RESTful way.
It uses a lightweight syntax to define errors and their codes.

Support

This crate uses the 'PO' translation method.
This means that the error messages are defined in a PO file for each language.

Usage

Define errors

```rust