derekdreery / depgraph

makefile-style dependency building in rust
5 stars 1 forks source link

Watch support #2

Open derekdreery opened 7 years ago

derekdreery commented 7 years ago

Support for automatic rebuild when a file changes (using inotify/equiv).

  1. Is this useful?
  2. How to do it?
Dushistov commented 7 years ago

I suppose cargo-watch watchexec do what you want.

My personal opinion that this functionality should not be part of depgraph, because of it is not something that should be part of build.rs, it should be some external tool.