thread-local-panic-hook

Crates.iothread-local-panic-hook
lib.rsthread-local-panic-hook
version0.1.0
sourcesrc
created_at2022-08-04 03:47:43.95876
updated_at2022-08-04 03:47:43.95876
descriptionPanic hooks that work per thread.
homepage
repositoryhttps://github.com/qti3e/thread-local-panic-hook
max_upload_size
id638523
size3,801
Parsa (qti3e)

documentation

README

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.

Commit count: 2

cargo fmt