catch-unwind

Crates.iocatch-unwind
lib.rscatch-unwind
version0.3.0
sourcesrc
created_at2024-06-18 14:25:36.439773
updated_at2024-06-19 17:49:47.510656
descriptionWrappers for catch_unwind that handle the edge case of the caught panic payload panicing
homepage
repositoryhttps://github.com/maia-s/catch-unwind-rs
max_upload_size
id1275512
size20,751
Maia (maia-s)

documentation

https://docs.rs/catch-unwind

README

catch-unwind

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.

Version history

  • 0.3.0 - Added catch_unwind_wrapped, removed catch_unwind_with
  • 0.2.0 - Replace the with functions from 0.1.1 with a more general catch_unwind_with
  • 0.1.1 - Added catch_unwind_with_or_abort and catch_unwind_with_or_forget
  • 0.1.0 - Initial release
Commit count: 5

cargo fmt