pub fn parse_store_ref(raw: &str) -> Result<StoreRef>Expand description
Parse a store://<name>@<version> extension source ref.
Phase 3a requires an explicit version; tag/latest resolution is out of scope, so a missing or empty version is an error.