pub fn rerun_path(path: &str)Expand description
Writes a line telling Cargo to rerun the build script if path changes.
This looks like: cargo:rerun-if-changed=PATH
This requires at least cargo 0.7.0, corresponding to rustc 1.6.0. Earlier versions of cargo will simply ignore the directive.