1 unstable release
0.1.0 | Jan 29, 2021 |
---|
#518 in Cargo plugins
4KB
50 lines
cargo-rebuild
cargo-rebuild is a Cargo subcommand which forces a rebuild of the project.
implementation
behind the scenes, it just calls cargo clean
and then cargo build
.
installation
cargo install cargo-rebuild
usage
cargo rebuild