floop 0.2.0

A more convenient and less error prone replacement for loop `{ select! { .. }}`
Documentation
1
2
3
4
5
6
7
8

mod before_no_arms;
mod after;
mod manual_compile_fail;
mod intentional_footgun;
mod condition;
mod vars_from_before;
mod return_;