pub fn news_slug_for(version: &str) -> Option<&'static str>Expand description
The news-article slug for a release, if one exists.
Release articles are titled v<version> — …, so the first whitespace token
is matched exactly — v0.9.1 must not prefix-match v0.9.16.