Crates.io | catch-unwind |
lib.rs | catch-unwind |
version | 0.3.0 |
source | src |
created_at | 2024-06-18 14:25:36.439773 |
updated_at | 2024-06-19 17:49:47.510656 |
description | Wrappers for catch_unwind that handle the edge case of the caught panic payload panicing |
homepage | |
repository | https://github.com/maia-s/catch-unwind-rs |
max_upload_size | |
id | 1275512 |
size | 20,751 |
This crate provides wrappers for std::panic::catch_unwind
that handle the
edge case of the caught panic payload itself panicing when dropped.
See the documentation at https://docs.rs/catch-unwind.
catch_unwind_wrapped
, removed catch_unwind_with
with
functions from 0.1.1 with a more general catch_unwind_with
catch_unwind_with_or_abort
and catch_unwind_with_or_forget