#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

#396 in Rust patterns

Download history 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 735/week @ 2024-12-09 737/week @ 2024-12-16 494/week @ 2024-12-23 374/week @ 2024-12-30 348/week @ 2025-01-06 17/week @ 2025-01-13 10/week @ 2025-01-20 36/week @ 2025-01-27

468 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