10 releases (6 breaking)
| new 0.6.0 | Dec 9, 2025 |
|---|---|
| 0.5.0 | Sep 13, 2024 |
| 0.4.0 | Jul 2, 2022 |
| 0.0.1 | Aug 28, 2021 |
#2857 in Rust patterns
130 downloads per month
Used in 14 crates
(10 directly)
8KB
111 lines
panicking
Provides a std::thread::panicking analog available in the no_std context.
The crate has two features — "abort" and "std", and a final application
should enable at least one of them, otherwise a linkage error will be emitted.
Dependencies
~190KB