cargo check

Check a local package and all of its dependencies for errors. More information: https://doc.rust-lang.org/cargo/commands/cargo-check.html.

cargo {{[c|check]}}

cargo {{[c|check]}} --tests

cargo {{[c|check]}} --test {{integration_test1}}

cargo {{[c|check]}} {{[-F|--features]}} {{feature1,feature2}}

cargo {{[c|check]}} --no-default-features