Function rsconf::rebuild_if_paths_changed

source ยท
pub fn rebuild_if_paths_changed(paths: &[&str])
Expand description

Instruct Cargo to rerun the build script if any of the provided paths change.

See rebuild_if_path_changed() for more information.