cgp_error_eyre/
lib.rs

1#![no_std]
2
3extern crate alloc;
4
5mod impls;
6
7pub use eyre::Error;
8pub use impls::{DebugEyreError, DisplayEyreError, RaiseEyreError, UseEyreError};