Expand description

Crate features

  • "std" Enabled by default. Disable to make the library #![no_std].

  • "abort" Enable to link the library with the (unstable) panic_abort standard crate, and make panicking always return false.

The crate has two features — "abort" and "std", and a final application should enable at least one of them, otherwise a linkage error will be emitted.

Structs

Panic payload.

Functions

Invokes a closure, capturing the cause of an unwinding panic if one occurs.

Determines whether the current thread is unwinding because of panic.

Triggers a panic without invoking the panic hook.