[][src]Module casperlabs_contract::handlers

Contains definitions for panic and allocation error handlers, along with other no_std support code.

Functions

oom

An out-of-memory allocation error handler for use in a no_std environment which simply aborts the process.

panic

A panic handler for use in a no_std environment which simply aborts the process.