//! Panic handler installer functions for better debugging.
//!
//! Call only *one* of these, only once per thread.
use panic;
use capture_panic_info;
/// Sets the thread local panic handler to record the unwind information
/// Sets the thread local panic handler to record the unwind information
/// and then execute the existing hook.