cgp-error-anyhow 0.8.0-alpha

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