macro_rules! permutations {
[ $( $os:path => [ $($arch:path),* ], )* ] => { ... };
}Expand description
Generate all permutations for the provided OS and architecture mapping.
macro_rules! permutations {
[ $( $os:path => [ $($arch:path),* ], )* ] => { ... };
}Generate all permutations for the provided OS and architecture mapping.