Registry / utility / num-iter

num-iter

JSON →
library0.1.45rscratesunverified

External iterators for generic mathematical operations, part of the num ecosystem.

# Cargo.toml [dependencies] num-iter = "0.1.45"
INSTALL
IMPORT
SIG · NUM-ITER
N
num-iter
utilityrustv0.1.45
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

range
use num_iter::range;

Iterates over a range of numbers.

use num_iter::range; for i in range(0u32, 10) { println!("{}", i); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.45latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
num-iter — cargo add num-iter · libregistry