cargo::core::resolver

Module errors

Source

Structsยง

  • Error during resolution providing a path of PackageIds.

Enumsยง

Functionsยง

  • activation_error ๐Ÿ”’
  • alt_names ๐Ÿ”’
    Maybe the user mistyped the name? Like dep-thing when Dep_Thing was meant. So we try asking the registry for a fuzzy search for suggestions.
  • alt_versions ๐Ÿ”’
  • describe_path ๐Ÿ”’
    Returns String representation of dependency chain for a particular pkgid.
  • Returns String representation of dependency chain for a particular pkgid within given context.
  • rejected_versions ๐Ÿ”’
    Maybe something is wrong with the available versions

Type Aliasesยง