macro_rules! build_info {
    ($($tokens:tt)*) => { ... };
}
Expand description

Generates a function that returns a reference to the BuildInfo structure for the crate.

Usage: build_info!(fn build_info_function);