//! The revive exit code constants. /// The common application success exit code. pub const EXIT_CODE_SUCCESS: i32 = 0; /// The common application failure exit code. pub const EXIT_CODE_FAILURE: i32 = 1;