Crates.io | thread-local-panic-hook |
lib.rs | thread-local-panic-hook |
version | 0.1.0 |
source | src |
created_at | 2022-08-04 03:47:43.95876 |
updated_at | 2022-08-04 03:47:43.95876 |
description | Panic hooks that work per thread. |
homepage | |
repository | https://github.com/qti3e/thread-local-panic-hook |
max_upload_size | |
id | 638523 |
size | 3,801 |
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.