pub fn rerun_if_changed_or_doesnt_exist(path: impl AsRef<Path>)
Call from build.rs to trigger a rebuild whenever the file at path changes, or it doesn’t exist.
build.rs
path