4 releases
0.1.3 | Jan 13, 2021 |
---|---|
0.1.2 | Jan 11, 2021 |
0.1.1 | Oct 23, 2020 |
0.1.0 | Oct 23, 2020 |
#4 in #anyhow
88 downloads per month
Used in slog_glog_fmt
31KB
809 lines
Crate extending functionality of [failure
] and [anyhow
] crates
A "prelude" of failure_ext
crate.
This prelude is similar to the standard library's prelude in that you'll almost always want to import its entire contents, but unlike the standard library's prelude you'll have to do so manually:
# #![allow(unused)]
use failure_ext::prelude::*;
Dependencies
~375KB