cfor 0.2.1

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

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