pub fn parse_registry_ref(input: &str) -> Option<RegistryRef>Expand description
Parse registry/module[@tag] into components.
Returns None if the input doesn’t match the expected pattern.
pub fn parse_registry_ref(input: &str) -> Option<RegistryRef>Parse registry/module[@tag] into components.
Returns None if the input doesn’t match the expected pattern.