errcode 0.1.0-alpha.1

A Rust library for simplified error handling.
Documentation
# errcode

[![Build Status](https://github.com/Lymia/errcode/actions/workflows/test.yml/badge.svg)](https://github.com/Lymia/errcode/actions/workflows/test.yml)
[![Latest Version](https://img.shields.io/crates/v/errcode.svg)](https://crates.io/crates/errcode)
![Requires rustc 1.61+](https://img.shields.io/badge/rustc-1.61+-red.svg)
[![Rust Documentation](https://img.shields.io/badge/api-rustdoc-blue.svg)](https://docs.rs/errcode)

TODO: Documentation. :) :D ... ;.;

See [the documentation](https://docs.rs/errcode) for more information.

# License

This project is licensed under either of

 * Apache License, Version 2.0, ([LICENSE-APACHE]LICENSE-APACHE or
   http://www.apache.org/licenses/LICENSE-2.0)
 * MIT license ([LICENSE-MIT]LICENSE-MIT or
   http://opensource.org/licenses/MIT)

at your option.

### Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in errcode by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.