quiet_panics
Hides debugging information from the user, leaving only the panic message.
Turns this:
thread 'main' panicked at src/main.rs:22:9:
test.patch.ini is not a file
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Into this:
test.patch.ini is not a file
Usage:
use set_panic_hook;