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 |
#2225 in Rust patterns
Used in 4 crates
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
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
at your option.