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