error_mapper 0.4.0

Simple and standardized Results and Errors handling accross all your projects
Documentation
1
2
3
4
5
6
7
extern crate core;

mod macros;
mod errors;

pub use errors::the_error::{TheResult, TheError, TheErrorType};
pub use errors::system_error_codes::SystemErrorCodes;