cargo-watch
cargo-watch copied to clipboard
Is there an option to re-run ONLY if a file content is changed?
Why if I save the file with no changes at all it re-runs?
Is there an option to re-run ONLY if a file content is changed?
Because when you save a file it's still a write.
For now, use https://github.com/kurtbuilds/checkexec
In the future, there may be a native option to do this.