Module cargo::core::summary

source ·

Structs§

  • Inner 🔒
  • Indicates the dependency inferred from the dep syntax that should exist, but missing on the resolved dependencies tables.
  • Subset of a Manifest. Contains only the most important information about a package.

Enums§

  • FeatureValue represents the types of dependencies a feature can have.

Functions§

  • Checks features for errors, bailing out a CargoResult:Err if invalid, and creates FeatureValues for each feature.

Type Aliases§