maybe-unwind

A wrapper of catch_unwind that also captures the panic information.

crates.io rust toolchain docs.rs

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](LICENSE-MIT) or http://opensource.org/licenses/MIT) * Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0) at your option.