Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/huonw/cfor
- Owner: huonw
- License: apache-2.0
- Created: 2014-08-07T13:12:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-09-30T18:33:10.000Z (about 4 years ago)
- Last Synced: 2024-10-31T13:50:15.537Z (15 days ago)
- Language: Rust
- Homepage: http://huonw.github.io/cfor/cfor/
- Size: 827 KB
- Stars: 13
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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.