Cargo watch allows us to run our Rust application and when changes are detected updates and runs the application again (you know, standard watch functionality).
To install use
cargo install cargo-watch
The to run, use
cargo-watch -x run
Cargo watch allows us to run our Rust application and when changes are detected updates and runs the application again (you know, standard watch functionality).
To install use
cargo install cargo-watch
The to run, use
cargo-watch -x run