pub fn package_url(name: &str) -> StringExpand description
Returns the nuget.org package page URL for name.
Display link only, never fetched by this process — unlike flat_container_url/
registration_index_url (fetch sinks), so it is deliberately not gated against a
./.. name (see deps_core::is_dot_segment’s doc for the fetch-sink-vs-display-link
scope split, #379).