Expand description

This module exists just to expose a variant of call_with_result and call_with_output that aborts, instead of unwinding, on panic.

Functions

Same as the root call_with_output, but aborts on panic instead of unwinding. As a result, it doesn’t require a ExternError out argument. See the call_with_output documentation for more info.
Same as the root call_with_result, but aborts on panic instead of unwinding. See the call_with_result documentation for more.