cfor 1.1.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](https://travis-ci.org/huonw/cfor.png)](https://travis-ci.org/huonw/cfor) [![Coverage Status](https://coveralls.io/repos/huonw/cfor/badge.svg?branch=master)](https://coveralls.io/r/huonw/cfor?branch=master)

A Rust macro implementing a C-style `for` loop. See
[the docs](http://huonw.github.io/cfor/cfor/) for more information.