Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/huonw/cfor

A C-style for loop macro
https://github.com/huonw/cfor

Last synced: 8 days ago
JSON representation

A C-style for loop macro

Awesome Lists containing this project

README

        

# 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.