advance-iter 0.1.0

A small crate to help with "stepping through" iterators.
Documentation
[dependencies]

[lib]
name = "advance_iter"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns"]
description = 'A small crate to help with "stepping through" iterators.'
edition = "2021"
keywords = ["utility", "iterator"]
license = "WTFPL"
name = "advance-iter"
readme = "README.md"
repository = "https://github.com/AsterixxxGallier/advance-iter"
version = "0.1.0"