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
3,933 downloads per month
Used in 14 crates
(10 directly)
8KB
111 lines
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