#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

#459 in Rust patterns

Download history 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 728/week @ 2024-11-27 683/week @ 2024-12-04 757/week @ 2024-12-11 669/week @ 2024-12-18 425/week @ 2024-12-25 393/week @ 2025-01-01 245/week @ 2025-01-08 10/week @ 2025-01-15 7/week @ 2025-01-22 50/week @ 2025-01-29 53/week @ 2025-02-05

122 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