Crate panic_abort [] [src]

Unstable (panic_abort #32837)

Implementation of Rust panics via process aborts

When compared to the implementation via unwinding, this crate is much simpler! That being said, it's not quite as versatile, but here goes!

Modules

personalities [Unstable]

Functions

__rust_maybe_catch_panic [Unstable]
__rust_start_panic [Unstable]