cgp-error-anyhow 0.7.0

Context-generic programming error handlers implemented using eyre
Documentation
1
2
3
4
5
6
7
8
#![no_std]

extern crate alloc;

mod impls;

pub use anyhow::Error;
pub use impls::{DebugAnyhowError, DisplayAnyhowError, RaiseAnyhowError, UseAnyhowError};