iterx

Crates.ioiterx
lib.rsiterx
version0.0.10
sourcesrc
created_at2022-11-28 23:21:39.673064
updated_at2022-12-21 17:48:31.796635
descriptionRust library that provides several functions on the Iterator trait not found in std::iter or Itertools.
homepage
repository
max_upload_size
id724832
size11,094
Conor Hoekstra (codereport)

documentation

README

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:

Commit count: 0

cargo fmt