cargo-hack
cargo-hack copied to clipboard
Randomizing order of trials in --feature-powerset
With a lot of features, powerset can get impractically large.
I suggest to add an option to randomize the order of trials, so that interrupted cargo hack run would provide reasonable coverage of each feature instead of depth-first fuller coverage of certain combinations that happened to be early in the list.
Note: #255 is related.