Crates.io | panicking |
lib.rs | panicking |
version | 0.5.0 |
source | src |
created_at | 2021-08-28 10:31:19.583826 |
updated_at | 2024-09-13 17:54:09.942472 |
description | Provides a `std::thread::panicking` analog available in the `no_std` context. |
homepage | |
repository | https://github.com/A1-Triard/panicking |
max_upload_size | |
id | 443413 |
size | 9,998 |
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.