Skip to main content

package_url

Function package_url 

Source
pub fn package_url(name: &str) -> String
Expand 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).