Docs.rs
cfor-0.2.1
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
cfor 0.2.1
A macro that gives Rust a C-style for loop, with initialisation, condition and step. This correctly handles control-flow like continue and break.
Crate
Source
Builds
Feature flags
Documentation
Coverage
100%
2
out of
2
items documented
1
out of
1
items with examples
Ø build duration
all releases: 9s
Average build duration of
successful
builds in releases after 2024-10-23.
Links
Homepage
Documentation
huonw/cfor
13
2
1
crates.io
Dependencies
—
Versions
1.1.0
(2015-11-14)
1.0.0
(2015-05-25)
0.2.1
(2015-03-02)
0.2.0
(2015-01-20)
0.1.1
(2014-11-14)
0.1.0
(2014-11-11)
Owners
A C-style for loop for Rust
A Rust macro implementing a C-style
for
loop. See
the docs
for more information.