Function cargo_component_core::registry::find_url
source ยท pub fn find_url<'a>(
name: Option<&str>,
urls: &'a HashMap<String, Url>,
default: Option<&'a str>
) -> Result<&'a str>
Expand description
Finds the URL for the given registry name.