#panic #abort #error #thread #context #std #analog

no-std panicking

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

9 releases (5 breaking)

0.5.0 Sep 13, 2024
0.4.0 Jul 2, 2022
0.3.1 Jun 27, 2022
0.2.0 Jun 5, 2022
0.0.1 Aug 28, 2021

#486 in Rust patterns

Download history 811/week @ 2024-09-24 709/week @ 2024-10-01 771/week @ 2024-10-08 1418/week @ 2024-10-15 838/week @ 2024-10-22 786/week @ 2024-10-29 810/week @ 2024-11-05 754/week @ 2024-11-12 727/week @ 2024-11-19 731/week @ 2024-11-26 665/week @ 2024-12-03 762/week @ 2024-12-10 700/week @ 2024-12-17 463/week @ 2024-12-24 381/week @ 2024-12-31 300/week @ 2025-01-07

1,961 downloads per month
Used in 13 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.


lib.rs:

Feature flags

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

~175KB