Watches over your Cargo project's source and runs commands on changes
Watches over your Cargo project's source
cargo-watch
$ cargo watch -x test
$ cargo watch -c -x build
$ cargo watch -w src -x 'run -- --arg value'