Crate thread_local_panic_hook

Crate thread_local_panic_hook 

Source
Expand description

This crate provides a wrapper around std::panic::{set_hook, take_hook, update_hook} that work per thread.

When building for a wasm, we just re-export the original methods found in the std library.

Functionsยง

set_hook
See std::panic::set_hook
take_hook
See std::panic::take_hook
update_hook
See std::panic::update_hook