pub fn fetch_registry_modules(
registry: &ModuleRegistryEntry,
cache_base: &Path,
printer: &Printer,
) -> Result<Vec<RegistryModule>>Expand description
Fetch a module registry repo and discover available modules.
Scans the modules/ directory for subdirectories containing module.yaml.
Also collects per-module tags (matching <module>/v* pattern).