Crate panic_wrapper
source ·Expand description
Provides types and simple routines for handling panics.
This is similar to what’s found in Rust’s core::panic
crate,
but is much simpler and doesn’t require lifetimes
(although it does require alloc types like String).
Functions
- Performs the standard panic handling routine, which involves the following: