chained_iter 0.1.1

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

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<_>>()