Function parse_extra_registry_source
pub fn parse_extra_registry_source(source: &str) -> Option<(String, String)>Expand description
Parse registry:<name>/<skill> into (registry_name, skill_name).
Returns None unless it is exactly one registry name and one skill name,
both matching their install-spec identifiers.