package_url

Function package_url 

Source
pub fn package_url(name: &str) -> String
Expand description

Returns the URL for a package’s page on pypi.org.

Package names are normalized and URL-encoded to prevent path traversal attacks.