#iterator #stack #vec #no-std

yanked chained_iter

Provides a small helper macro for creating iterators out of values without allocation

0.1.2 May 17, 2020
0.1.1 May 17, 2020
0.1.0 May 17, 2020

#40 in #iter

44 downloads per month

MIT license

4KB

chained_iter

Latest Version Docs License

[dependencies]
chained_iter = "0.1"

Provides a small helper macro for creating iterators out of values without allocation.

Usage

chained_iter![1, 2, 3, 4].collect::<Vec<_>>()

lib.rs:

Provides a small helper macro for creating iterators out of values without allocation.

No runtime deps

Features