internal-iterator 0.2.3

Internal iteration equivalent of `std::iter::Iterator`.
Documentation
[package]

name = "internal-iterator"

version = "0.2.3"

authors = ["djade <djadenkus@gmail.com>"]

edition = "2021"

repository = "https://github.com/jDomantas/internal-iterator"

license = "MIT OR Apache-2.0"

description = "Internal iteration equivalent of `std::iter::Iterator`."



[features]

default = ["alloc", "std"]

# Includes trait impls for collection types defined in alloc. Enabled by default.

alloc = []

# Includes trait impls for collection types defined in std. Enabled by default.

std = ["alloc"]



[dependencies]