//! Contains definitions for panic and allocation error handlers, along with other `no_std` support
//! code.
use crateruntime;
use format;
/// 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"