nounwind 0.1.3

A attribute macro to prevent panics from unwinding, similar to C++ noexcept
Documentation
1
2
3
pub fn main() {
    nounwind::panic_nounwind!("unrecoverable error");
}