lib.rs
Jun 19, 20240.1.1 - Added catch_unwind_with_or_abort and catch_unwind_with_or_forget; 0.1.0 - Initial release; lib.rs: This crate provides wrappers for std::panic::catch_unwind that handle the edge case of the caught panic payload itself panicing when dropped. No runtime deps.