[go: up one dir, main page]

Module cargo::core

source ·

Re-exports§

Modules§

  • Interact with the compiler
  • Support for nightly features in Cargo itself.
  • Support for garbage collecting unused files from downloaded files or artifacts from the target directory.
  • Support for tracking the last time files were used to assist with cleaning up those files if they haven’t been used in a while.
  • Handles built-in and customizable compiler flag presets.
  • Types that hold source information for a group of packages.
  • Resolution of the entire dependency graph for a crate.

Structs§

  • Some or all of the data required to identify a package:
  • 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§

Traits§

Functions§