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

#15 in #libra

Download history 18/week @ 2024-02-02 46/week @ 2024-02-09 47/week @ 2024-02-16 45/week @ 2024-02-23 61/week @ 2024-03-01 73/week @ 2024-03-08 68/week @ 2024-03-15 77/week @ 2024-03-22 115/week @ 2024-03-29 61/week @ 2024-04-05 56/week @ 2024-04-12 64/week @ 2024-04-19 71/week @ 2024-04-26 53/week @ 2024-05-03 58/week @ 2024-05-10 49/week @ 2024-05-17

239 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