tiny_fail 0.2.1

Provides simple Fail type.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
tiny_fail
=======

[![tiny_fail at crates.io](https://img.shields.io/crates/v/tiny_fail.svg)](https://crates.io/crates/tiny_fail)
[![tiny_fail at docs.rs](https://docs.rs/tiny_fail/badge.svg)](https://docs.rs/tiny_fail)
[![Build Status (master)](https://travis-ci.org/IgaguriMK/tiny_fail.svg?branch=master)](https://travis-ci.org/IgaguriMK/tiny_fail)
[![Build Status (dev)](https://travis-ci.org/IgaguriMK/tiny_fail.svg?branch=dev)](https://travis-ci.org/IgaguriMK/tiny_fail)

## Overview

`tiny_fail` provides simple fail type `Fail`, its wrapper `Error` and error message helper trait `FailExt` for `Option`/`Result`.

## License

`tiny_fail` is distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See [LICENSE-APACHE](LICENSE-APACHE) and [LICENSE-MIT](LICENSE-MIT).