Module cargo::core::registry

source ·

Structs

  • Argument to PackageRegistry::patch which is information about a [patch] directive that we found in a lockfile, if present.
  • This structure represents a registry of known packages. It internally contains a number of Box<Source> instances which are used to load a Package from.

Traits

  • Source of information about a group of packages.