#unwind #maybe #panic #utility

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
Download history 28/week @ 2022-12-06 16/week @ 2022-12-13 22/week @ 2022-12-20 17/week @ 2022-12-27 7/week @ 2023-01-03 17/week @ 2023-01-10 12/week @ 2023-01-17 34/week @ 2023-01-24 36/week @ 2023-01-31 18/week @ 2023-02-07 47/week @ 2023-02-14 23/week @ 2023-02-21 12/week @ 2023-02-28 14/week @ 2023-03-07 13/week @ 2023-03-14 23/week @ 2023-03-21

62 downloads per month
Used in 4 crates

MIT/Apache

15KB
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