Crate re_build_build_info

Source
Expand description

This crate is to be used from build.rs build scripts.

Use this crate together with the re_build_info crate.

Functionsยง

export_env_vars
Call from the build.rs file of any crate you want to generate build info for.
rebuild_if_crate_changed
Call from build.rs to trigger a rebuild whenever any source file of the given package or any of its dependencies changes, recursively.