#panic

no-std panicking

Provides a std::thread::panicking analog available in the no_std context

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

Download history 5/week @ 2025-08-13 35/week @ 2025-08-20 60/week @ 2025-08-27 74/week @ 2025-09-03 48/week @ 2025-09-10 26/week @ 2025-09-17 48/week @ 2025-09-24 72/week @ 2025-10-01 32/week @ 2025-10-08 52/week @ 2025-10-15 65/week @ 2025-10-22 21/week @ 2025-10-29 30/week @ 2025-11-05 38/week @ 2025-11-12 30/week @ 2025-11-19 30/week @ 2025-11-26

130 downloads per month
Used in 14 crates (10 directly)

MIT/Apache

8KB
111 lines

maintenance: actively developed

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