chained_iter

Crates.iochained_iter
lib.rschained_iter
version0.1.2
sourcesrc
created_at2020-05-17 19:25:35.833856
updated_at2020-05-17 19:39:16.191124
descriptionProvides a small helper macro for creating iterators out of values without allocation.
homepage
repositoryhttps://github.com/chyyran/chained_iter
max_upload_size
id242761
size4,950
Ronny Chan (chyyran)

documentation

README

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<_>>()
Commit count: 7

cargo fmt