#capture #information #panic #test #error #catch-unwind #macro

maybe-unwind

A wrapper of catch_unwind that also captures the panic information

9 unstable releases (3 breaking)

0.3.1 Mar 31, 2020
0.3.0 Mar 28, 2020
0.2.1 Feb 28, 2020
0.1.2 Feb 1, 2020
0.0.2 Jan 26, 2020

#2254 in Rust patterns

Download history 2/week @ 2024-02-19 20/week @ 2024-02-26 3/week @ 2024-03-04 9/week @ 2024-03-11 176/week @ 2024-04-01

186 downloads per month
Used in 4 crates

MIT/Apache

16KB
304 lines

maybe-unwind

A wrapper of catch_unwind that also captures the panic information.


The main purpose of this library is to provide a utility for capturing the error information from assetion macros in custom test libraries.

License

This library is licensed under either of

at your option.

Dependencies