cfor

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


Keywords
macro
Licenses
MIT/Apache-2.0

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.