Function re_build_tools::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.