error-code
Error code library provides generic errno/winapi error wrapper
User can define own Category if you want to create new error wrapper.
Features
std- Enablesstd::error::Errorimplementation and conversion fromstd::io::Error
Usage
use ErrorCode;
use File;
open;
println!;