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

Download history 6/week @ 2022-11-02 6/week @ 2022-11-09 6/week @ 2022-11-16 1/week @ 2022-11-23 3/week @ 2022-11-30 9/week @ 2022-12-07 2/week @ 2022-12-14 5/week @ 2022-12-21 6/week @ 2022-12-28 2/week @ 2023-01-04 5/week @ 2023-01-11 12/week @ 2023-01-18 18/week @ 2023-01-25 17/week @ 2023-02-01 25/week @ 2023-02-08 25/week @ 2023-02-15

88 downloads per month
Used in slog_glog_fmt

MIT/Apache

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