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.Enums
Kind 🔒
Traits
Source of information about a group of packages.
Functions
lock 🔒
This is a helper for selecting the summary, or generating a helpful error message.
Type Definitions
A map of all “locked packages” which is filled in when parsing a lock file
and is used to guide dependency resolution by altering summaries as they’re
queried from this source.