#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

#491 in Rust patterns

Download history 161/week @ 2024-08-21 193/week @ 2024-08-28 524/week @ 2024-09-04 1091/week @ 2024-09-11 1106/week @ 2024-09-18 797/week @ 2024-09-25 704/week @ 2024-10-02 765/week @ 2024-10-09 1429/week @ 2024-10-16 840/week @ 2024-10-23 791/week @ 2024-10-30 802/week @ 2024-11-06 752/week @ 2024-11-13 726/week @ 2024-11-20 730/week @ 2024-11-27 562/week @ 2024-12-04

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