use DataSize;
use ;
/// The offset Rust uses by default when generating an exit code after being interrupted by a
/// termination signal.
const SIGNAL_OFFSET: u8 = 128;
/// Exit codes which should be used by the casper-node binary, and provided by the reactor to the
/// binary.
///
/// Note that a panic will result in the Rust process producing an exit code of 101.