Crate cargo_options

source ·

Modules§

Structs§

  • Compile a local package and all of its dependencies
  • Check a local package and all of its dependencies for errors
  • Checks a package to catch common mistakes and improve your Rust code
  • common cargo options
  • Build a package’s documentation
  • Install a Rust binary. Default location is $HOME/.cargo/bin
  • Output the resolved dependencies of a package, the concrete used versions including overrides, in machine-readable format
  • Run a binary or example of the local package
  • Compile a package, and pass extra options to the compiler
  • Execute all unit and integration tests and build examples of a local package

Functions§