4 releases

Uses old Rust 2015

0.2.2 Nov 20, 2016
0.2.1 Nov 4, 2016
0.2.0 Sep 18, 2016
0.1.0 Nov 8, 2015

#713 in Cargo plugins

Download history 44/week @ 2023-11-20 48/week @ 2023-11-27 39/week @ 2023-12-04 62/week @ 2023-12-11 18/week @ 2023-12-18 19/week @ 2023-12-25 2/week @ 2024-01-01 6/week @ 2024-01-08 3/week @ 2024-01-15 27/week @ 2024-01-22 16/week @ 2024-01-29 2/week @ 2024-02-05 20/week @ 2024-02-12 70/week @ 2024-02-19 36/week @ 2024-02-26 30/week @ 2024-03-04

156 downloads per month

MIT/Apache

7KB
77 lines

cargo-check

Build Status

This is a wrapper around cargo rustc -- -Zno-trans. It can be helpful for running a faster compile if you only need correctness checks.

Installation

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.

License

Licensed under either of

at your option.

Contribution

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.

Dependencies

~1.5MB
~28K SLoC