Module cargo::ops::common_for_install_and_uninstall

source ยท

Structsยง

  • Tracking information for the set of installed packages.
  • CrateListingV2 ๐Ÿ”’
    Tracking information for the set of installed packages.
  • InstallInfo ๐Ÿ”’
    Tracking information for the installation of a single package.
  • On-disk tracking for which package installed which binary.

Functionsยง

  • Helper to get the executable names from a filter.
  • feature_set ๐Ÿ”’
    Helper to convert features to a BTreeSet.
  • one ๐Ÿ”’
    Get one element from the iterator. Returns None if none left. Returns error if there is more than one item in the iterator.
  • Determines the PathSource from a SourceId.
  • Determines the root directory where installation is done.
  • Gets a Package based on command-line requirements.