cfor 1.0.0

A macro that gives Rust a C-style for loop, with initialisation, condition and step. This correctly handles control-flow like continue and break.
Documentation

A C-style for loop for Rust

Build Status Coverage Status

A Rust macro implementing a C-style for loop. See the docs for more information.