| Crates.io | cfor |
| lib.rs | cfor |
| version | 1.1.0 |
| created_at | 2014-11-11 07:02:06.83942+00 |
| updated_at | 2015-12-11 23:57:49.028558+00 |
| description | A macro that gives Rust a C-style for loop, with initialisation, condition and step. This correctly handles control-flow like continue and break. |
| homepage | https://github.com/huonw/cfor |
| repository | https://github.com/huonw/cfor |
| max_upload_size | |
| id | 52 |
| size | 30,812 |
A Rust macro implementing a C-style for loop. See
the docs for more information.