Function cargo_util::is_simple_exit_code
source · pub fn is_simple_exit_code(code: i32) -> boolExpand description
Returns true if the given process exit code is something a normal
process would exit with.
This helps differentiate from abnormal termination codes, such as segmentation faults or signals.