Crates.io | cargo-check |
lib.rs | cargo-check |
version | 0.2.2 |
source | src |
created_at | 2015-11-08 09:25:33.760368 |
updated_at | 2016-11-20 02:34:38.645602 |
description | wrapper around cargo rustc -- -Zno-trans |
homepage | https://github.com/rsolomo/cargo-check |
repository | https://github.com/rsolomo/cargo-check |
max_upload_size | |
id | 3383 |
size | 19,046 |
This is a wrapper around cargo rustc -- -Zno-trans
.
It can be helpful for running a faster compile if you
only need correctness checks.
Install with cargo install cargo-check
Note that additonal cargo rustc
options can still be passed through.
In other words, this:
cargo check -v -- -Zprint-link-args
Should do the same thing as this:
cargo rustc -v -- -Zprint-link-args -Zno-trans
If lib or bin targets are present they will be added to cargo rustc
automatically.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.