internal-iterator 0.2.3

Internal iteration equivalent of `std::iter::Iterator`.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies]

[features]
alloc = []
default = ["alloc", "std"]
std = ["alloc"]

[package]
authors = ["djade <djadenkus@gmail.com>"]
description = "Internal iteration equivalent of `std::iter::Iterator`."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "internal-iterator"
readme = "README.md"
repository = "https://github.com/jDomantas/internal-iterator"
version = "0.2.3"