Skip to content

qti3e/thread-local-panic-hook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

To have per thread panic hooks in Rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages