[][src]Macro build_info::build_info

build_info!() { /* proc-macro */ }

Call as build_info!(fn name) to create a function called name that returns a reference to a lazily created and cached BuildInfo object.

This macro also accepts a visibility specifier for the generated function, such as build_info!(pub fn version).