cgp-error-extra 0.7.0

Context-generic programming error components
Documentation
1
2
3
4
5
mod debug_error;
mod display_error;

pub use debug_error::DebugError;
pub use display_error::DisplayError;