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
[package]
authors = ["Daniel Lehmann <mail@dlehmann.eu>"]
categories = ["command-line-interface"]
description = "Print errors with Display instead of Debug when using ? in main()."
documentation = "https://docs.rs/main_error/"
edition = "2018"
include = ["src/lib.rs", "LICENSE", "README.md"]
keywords = ["error", "main", "print", "Debug", "Display"]
license = "MIT"
name = "main_error"
readme = "README.md"
repository = "https://github.com/danleh/main_error"
version = "0.1.2"