pub(crate) fn is_good_number(n: &str) -> bool
Helper: return true if the provided string is a valid “integer” in the form accepted by the protover spec. This is stricter than rust’s integer parsing format.