Crate panic_hook[][src]

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.