#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

#408 in Rust patterns

Download history 197/week @ 2024-07-17 168/week @ 2024-07-24 169/week @ 2024-07-31 166/week @ 2024-08-07 167/week @ 2024-08-14 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 776/week @ 2024-10-30

3,933 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.


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