Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/qti3e/thread-local-panic-hook
- Owner: qti3e
- Created: 2022-08-04T03:41:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-04T03:47:19.000Z (over 2 years ago)
- Last Synced: 2024-10-31T11:40:56.624Z (2 months ago)
- Language: Rust
- Size: 1.95 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.