expand_stability

Function expand_stability 

Source
pub fn expand_stability(stability: &str) -> &'static str
Expand description

Expand shorthand stability to full form. E.g., “a” -> “alpha”, “b” -> “beta”, “p” -> “patch”, “rc” -> “RC” Returns a static string for known stabilities.