pub async fn fetch_index(
registry_base: &str,
) -> Result<PackIndex, PackFetchError>Expand description
Fetch and parse the registry index.json.
pub async fn fetch_index(
registry_base: &str,
) -> Result<PackIndex, PackFetchError>Fetch and parse the registry index.json.