re_build_tools

Function rerun_if_changed_or_doesnt_exist

Source
pub fn rerun_if_changed_or_doesnt_exist(path: impl AsRef<Path>)
Expand description

Call from build.rs to trigger a rebuild whenever the file at path changes, or it doesn’t exist.