cgp-error-anyhow 0.8.0-alpha

Context-generic programming error handlers implemented using anyhow
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;