#range-iterator #numeric

no-std num-iter

External iterators for generic mathematics

13 releases

0.1.44 Feb 8, 2024
0.1.43 Apr 26, 2022
0.1.42 Oct 29, 2020
0.1.41 Jun 12, 2020
0.1.32 Apr 14, 2016

#622 in Math

Download history 569434/week @ 2024-01-02 577662/week @ 2024-01-09 673777/week @ 2024-01-16 692010/week @ 2024-01-23 715931/week @ 2024-01-30 691659/week @ 2024-02-06 689836/week @ 2024-02-13 731091/week @ 2024-02-20 763394/week @ 2024-02-27 779249/week @ 2024-03-05 749705/week @ 2024-03-12 769545/week @ 2024-03-19 713834/week @ 2024-03-26 869029/week @ 2024-04-02 795106/week @ 2024-04-09 653595/week @ 2024-04-16

3,172,156 downloads per month
Used in 8,150 crates (27 directly)

MIT/Apache

25KB
564 lines

num-iter

crate documentation minimum rustc 1.31 build status

Generic Range iterators for Rust.

Usage

Add this to your Cargo.toml:

[dependencies]
num-iter = "0.1"

Features

This crate can be used without the standard library (#![no_std]) by disabling the default std feature. Use this in Cargo.toml:

[dependencies.num-iter]
version = "0.1.35"
default-features = false

There is no functional difference with and without std at this time, but there may be in the future.

Releases

Release notes are available in RELEASES.md.

Compatibility

The num-iter crate is tested for rustc 1.31 and greater.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~210KB