Macro generate_buildinfo

Source
macro_rules! generate_buildinfo {
    ($(#[$meta:meta])* $name:ident { $($extra_fields:tt)* }) => { ... };
}
Expand description

Generates a struct based on the BUILDINFO version 1 specification with additional fields.