macro_rules! build_info {
    () => { ... };
}
Expand description

Generates an appropriate BuildInfo instance.

This macro should be invoked at the leaf of the crate graph, usually in the final binary, and the resulting BuildInfo struct plumbed into whatever libraries require it. Invoking the macro in intermediate crates may result in a build info with stale, cached values for the build SHA and time.