Module cargo::ops::cargo_compile::compile_filter

source ·
Expand description

Filters and their rules to select which Cargo targets will be built.

Enums§

  • Filter to apply to the root package to select which Cargo targets will be built. (examples, bins, benches, tests, …)
  • Indicates which Cargo targets will be selected to be built.
  • Indicates whether or not the library target gets included.