cfor 0.2.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.
docs.rs failed to build cfor-0.2.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: cfor-1.1.0

A C-style for loop for Rust

Build Status

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