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

#20 in #diem

Download history 49/week @ 2024-07-21 80/week @ 2024-07-28 45/week @ 2024-08-04 37/week @ 2024-08-11 35/week @ 2024-08-18 35/week @ 2024-08-25 40/week @ 2024-09-01 38/week @ 2024-09-08 34/week @ 2024-09-15 45/week @ 2024-09-22 57/week @ 2024-09-29 1/week @ 2024-10-06 18/week @ 2024-10-13 25/week @ 2024-10-20 30/week @ 2024-10-27 29/week @ 2024-11-03

102 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