cgp-error-anyhow 0.7.0

Context-generic programming error handlers implemented using eyre
Documentation
1
2
3
4
5
6
7
8
9
mod debug_error;
mod display_error;
mod raise_anyhow_error;
mod use_anyhow_error;

pub use debug_error::DebugAnyhowError;
pub use display_error::DisplayAnyhowError;
pub use raise_anyhow_error::RaiseAnyhowError;
pub use use_anyhow_error::UseAnyhowError;