thread-local-panic-hook 0.1.0

Panic hooks that work per thread.
Documentation
1
2
3
4
5
6
# Thread Local Panic Hook

A simple crate that implements a `std::panic::{set_hook, take_hook, update_hook}` drop
in replacements that work per thread.

When target family is `wasm`, this crate does nothing and just re-exports the std versions.