#iterator #traits #found #itertools #function

iterx

Rust library that provides several functions on the Iterator trait not found in std::iter or Itertools

1 unstable release

0.0.10 Dec 21, 2022
0.0.9 Dec 21, 2022
0.0.5 Nov 30, 2022

#1923 in Rust patterns

Download history 4/week @ 2024-06-30 54/week @ 2024-07-07

58 downloads per month

MIT license

11KB
213 lines

iterx

iterx is a Rust library that provides several functions on the Iterator trait not found in std::iter or the Itertools crate.

How to use with Cargo:

[dependencies]
iterx = "0.0.10"

How to use in your crate:

use iterx::Iterx;

Current functions provided:

Dependencies

~425KB