//! Contains definitions for panic and allocation error handlers.
/// A panic handler for use in a `no_std` environment which simply aborts the process.
!
/// An out-of-memory allocation error handler for use in a `no_std` environment which simply aborts
/// the process.
!
extern "C"