Module i18n_build::watch[][src]

Utility functions to use within a build.rs build script using this library.

Functions

cargo_rerun_if_changed

Tell Cargo to rerun the build script that calls this function (upon rebuild) if the specified file/directory changes.

cargo_rerun_if_dir_changed

Tell Cargo to rerun the build script that calls this function (upon rebuild) if any of the files/directories within the specified directory changes.