#cargo #cargo-subcommand #cargo-build #clean #rebuild

app cargo-rebuild

A cargo subcommand to clean the project, then build it

1 unstable release

0.1.0 Jan 29, 2021

#492 in Cargo plugins

MIT/Apache

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

No runtime deps