for_ch-0.1.1 has been yanked.
for_ch
for_ch named "for_each", "for_chain"(or even "4ch"), the crate provides a macro to flatten the nested for-loop and if-let.
Example
for_ch!
would expend to
for x in 0..10