macro_rules! attributes_vec {
    ( 
        $(($attr_id:literal, $attr_value:expr)),*
    ) => { ... };
}
Expand description

Mid-level macro to create a vector of attributes