pub fn expand_stability(stability: &str) -> &'static str
Expand shorthand stability to full form. E.g., “a” -> “alpha”, “b” -> “beta”, “p” -> “patch”, “rc” -> “RC” Returns a static string for known stabilities.