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.rsfile of any crate you want to generate build info for. - rebuild_
if_ crate_ changed - Call from
build.rsto trigger a rebuild whenever any source file of the given package or any of its dependencies changes, recursively.