pub fn rerun_if_changed_glob( path: impl AsRef<Path>, files_to_watch: &mut HashSet<PathBuf>, )
Call from build.rs to trigger a rebuild whenever any of the files identified by the given globbed path change.
build.rs
path