cgp-error-std 0.5.0-beta2

Context-generic programming error handlers implemented using `std::error::Error`
Documentation
1
2
3
4
5
6
7
mod error;
mod string;
mod wrap;

pub use error::Error;
pub use string::StringError;
pub use wrap::WrapError;