main_error 0.1.2

Print errors with Display instead of Debug when using ? in main().
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "main_error"
version = "0.1.2"
authors = ["Daniel Lehmann <mail@dlehmann.eu>"]

description = "Print errors with Display instead of Debug when using ? in main()."
keywords = ["error", "main", "print", "Debug", "Display"]
categories = ["command-line-interface"]

repository = "https://github.com/danleh/main_error"
documentation = "https://docs.rs/main_error/"
readme = "README.md"
license = "MIT"

edition = "2018"
include = ["src/lib.rs", "LICENSE", "README.md"]