Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/qti3e/thread-local-panic-hook

To have per thread panic hooks in Rust.
https://github.com/qti3e/thread-local-panic-hook

Last synced: about 1 month ago
JSON representation

To have per thread panic hooks in Rust.

Awesome Lists containing this project

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.