macro_rules! generate_pkginfo {
($(#[$meta:meta])* $name:ident { $($extra_fields:tt)* }) => { ... };
}
Expand description
Generates a struct based on the PKGINFO version 1 specification with additional fields.
macro_rules! generate_pkginfo {
($(#[$meta:meta])* $name:ident { $($extra_fields:tt)* }) => { ... };
}
Generates a struct based on the PKGINFO version 1 specification with additional fields.