failure_without_backtrace 0.1.2

Experimental error handling abstraction.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Summary

- [failure]./intro.md
- [How to use failure]./howto.md
    - [The Fail trait]./fail.md
    - [Deriving Fail]./derive-fail.md
    - [The Error type]./error.md
    - [`bail!` and `ensure!`]./bail-and-ensure.md
- [Patterns & Guidance]./guidance.md
    - [Strings as errors]./error-msg.md
    - [A Custom Fail type]./custom-fail.md
    - [Using the Error type]./use-error.md
    - [An Error and ErrorKind pair]./error-errorkind.md