cfor

Crates.iocfor
lib.rscfor
version1.1.0
sourcesrc
created_at2014-11-11 07:02:06.83942
updated_at2015-12-11 23:57:49.028558
descriptionA macro that gives Rust a C-style for loop, with initialisation, condition and step. This correctly handles control-flow like continue and break.
homepagehttps://github.com/huonw/cfor
repositoryhttps://github.com/huonw/cfor
max_upload_size
id52
size30,812
Owners (github:contain-rs:owners)

documentation

http://huonw.github.io/cfor/cfor/

README

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.

Commit count: 40

cargo fmt