Macro package_arch_prop

Source
macro_rules! package_arch_prop {
    (
        $architecture_properties:ident,
        $arch_property:ident,
        $field_name:ident,
    ) => { ... };
}
Expand description

Handles all potentially architecture specific Vector entries in the Package::from_parsed function.

If no architecture is encountered, it simply adds the value on the Package itself. Otherwise, it clears the value on the respective Package::architecture_properties entry.