3 unstable releases

0.2.1 Dec 21, 2019
0.2.0 Dec 5, 2019
0.1.0 Oct 14, 2019

#2766 in Rust patterns

MIT/Apache

8KB
128 lines

tiny_fail

tiny_fail at crates.io tiny_fail at docs.rs Build Status (master) Build Status (dev)

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 and LICENSE-MIT.


lib.rs:

An error type library for applications.

This crate contains two primary items:

FailExt is supprting trait. It helps to handling Result and Option.

No runtime deps