pub async fn pull(packages: Vec<(String, Version)>) -> Result<(), RegistryError>
Expand description
Pulls packages from a remote registry to the local registry.
§Arguments
packages
: The list ofNAME[:VERSION]
pairs indicating what to pull.
§Errors
This function may error for about a million different reasons, chief of which are the remote not being reachable, the user not being logged-in, not being able to write to the package folder, etc.