cargo-rebuild

Crates.iocargo-rebuild
lib.rscargo-rebuild
version0.1.0
sourcesrc
created_at2021-01-29 19:07:19.017702
updated_at2021-01-29 19:07:19.017702
descriptionA cargo subcommand to clean the project, then build it
homepage
repositoryhttps://github.com/samsonjj/cargo-rebuild
max_upload_size
id348199
size3,207
Jonathan Samson (samsonjj)

documentation

README

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

Commit count: 5

cargo fmt