main_error
Print errors with Display instead of Debug when using ? in main(). For example:
use MainError;
For more info, see:
- Package information on crates.io
- Documentation on Docs.rs
- Usage examples in the repo
Print errors with Display instead of Debug when using ? in main(). For example:
use MainError;
For more info, see: