permutations

Macro permutations 

Source
macro_rules! permutations {
    [ $( $os:path => [ $($arch:path),* ], )* ] => { ... };
}
Expand description

Generate all permutations for the provided OS and architecture mapping.