Module cargo::ops::cargo_install
source · Structs
Functions
- Display a list of installed binaries.
- Checks if vers can only be satisfied by exactly one version of a package in a registry, and it’s already installed. If this is the case, we can skip interacting with a registry to check if newer versions may be installable, as no newer version can exist.
- Parses x.y.z as if it were =x.y.z, and gives CLI-specific error messages in the case of invalid values.
- Removes executables that are no longer part of a package that was previously installed.