Module cargo::core

source ·

Re-exports

Modules

Structs

  • Some or all of the data required to identify a package:
  • Represents a fully-resolved package dependency graph. Each node in the graph is a package and edges represent dependencies between packages.
  • Unique identifier for a source of packages.
  • The core abstraction in Cargo for working with a workspace of crates.
  • Intermediate configuration of a workspace root in a manifest.

Enums

Functions