Crates.io | cargo-rebuild |
lib.rs | cargo-rebuild |
version | 0.1.0 |
source | src |
created_at | 2021-01-29 19:07:19.017702 |
updated_at | 2021-01-29 19:07:19.017702 |
description | A cargo subcommand to clean the project, then build it |
homepage | |
repository | https://github.com/samsonjj/cargo-rebuild |
max_upload_size | |
id | 348199 |
size | 3,207 |
cargo-rebuild is a Cargo subcommand which forces a rebuild of the project.
behind the scenes, it just calls cargo clean
and then cargo build
.
cargo install cargo-rebuild
cargo rebuild