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

#6 in #mission

Download history 9/week @ 2024-11-13 24/week @ 2024-11-20 54/week @ 2024-11-27 84/week @ 2024-12-04 48/week @ 2024-12-11 19/week @ 2024-12-18 9/week @ 2025-01-01 13/week @ 2025-01-08 28/week @ 2025-01-15 28/week @ 2025-01-22 15/week @ 2025-02-05 7/week @ 2025-02-12 15/week @ 2025-02-19 34/week @ 2025-02-26

71 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

~65KB