iter_enumeration 0.1.0

Unifies Iterators over Same Type
Documentation
[dependencies]

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

[package]
authors = ["Vollkornaffe <vollkornaffe@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["algorithms", "rust-patterns", "no-std", "no-std::no-alloc"]
description = "Unifies Iterators over Same Type"
edition = "2021"
keywords = ["iterator"]
license-file = "LICENSE"
name = "iter_enumeration"
readme = "README.md"
repository = "https://github.com/Vollkornaffe/iter_enumeration"
version = "0.1.0"