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
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[lib]
name = "cfor"
plugin = true

[package]
authors = ["Huon Wilson <dbau.pp@gmail.com>"]
description = "A macro that gives Rust a C-style for loop, with initialisation,\ncondition and step. This correctly handles control-flow like continue\nand break.\n"
documentation = "http://huonw.github.io/cfor/cfor/"
homepage = "https://github.com/huonw/cfor"
keywords = ["macro"]
license = "MIT/Apache-2.0"
name = "cfor"
readme = "README.md"
repository = "https://github.com/huonw/cfor"
version = "0.2.1"