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 |
|
0.0.0-sol15 | Jul 27, 2019 |
#14 in #libra
150 downloads per month
Used in 27 crates
(22 directly)
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