#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

#504 in Rust patterns

Download history 193/week @ 2024-08-26 447/week @ 2024-09-02 782/week @ 2024-09-09 1308/week @ 2024-09-16 818/week @ 2024-09-23 714/week @ 2024-09-30 753/week @ 2024-10-07 1422/week @ 2024-10-14 846/week @ 2024-10-21 766/week @ 2024-10-28 783/week @ 2024-11-04 800/week @ 2024-11-11 734/week @ 2024-11-18 728/week @ 2024-11-25 677/week @ 2024-12-02 752/week @ 2024-12-09

2,997 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