Skip to main content

parse_registry_ref

Function parse_registry_ref 

Source
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.