5 releases

0.0.1-sol5 Apr 30, 2020
0.0.1-sol4 Oct 25, 2019
0.0.0 Aug 6, 2019
0.0.0-sol9 Jul 26, 2019
0.0.0-sol15 Jul 27, 2019

#14 in #libra

Download history 71/week @ 2024-03-24 128/week @ 2024-03-31 50/week @ 2024-04-07 53/week @ 2024-04-14 69/week @ 2024-04-21 68/week @ 2024-04-28 49/week @ 2024-05-05 61/week @ 2024-05-12 58/week @ 2024-05-19 63/week @ 2024-05-26 45/week @ 2024-06-02 37/week @ 2024-06-09 58/week @ 2024-06-16 54/week @ 2024-06-23 13/week @ 2024-06-30 23/week @ 2024-07-07

150 downloads per month
Used in 27 crates (22 directly)

Apache-2.0

5KB

A common error handling library for the Libra project.

Usage

// This crate must be imported as 'failure' in order to ensure the // procedural derive macro for the Fail trait can function properly. failure = { path = "../common/failure_ext", package = "failure_ext" } // Most of the types and macros you'll need can be found in the prelude. use failure::prelude::*;

Dependencies

~64KB