Crate panic_hook

Source
Expand description

Custom panic hook with bug report link

Functionsยง

set_abort
Set the panic hook to write to stderr and abort the process when a panic happens.
set_with
Set the panic hook with a closure to be called. The closure receives the panic message.