pub fn build_script() -> BuildScriptOptionsExpand description
Call this function in your build.rs script to generate the data consumed by the build_info crate.
Additional customization options are available by manipulating the return type.
The actual work is performed once the return type is dropped.