Crates.io | chained_iter |
lib.rs | chained_iter |
version | 0.1.2 |
source | src |
created_at | 2020-05-17 19:25:35.833856 |
updated_at | 2020-05-17 19:39:16.191124 |
description | Provides a small helper macro for creating iterators out of values without allocation. |
homepage | |
repository | https://github.com/chyyran/chained_iter |
max_upload_size | |
id | 242761 |
size | 4,950 |
[dependencies]
chained_iter = "0.1"
Provides a small helper macro for creating iterators out of values without allocation.
chained_iter![1, 2, 3, 4].collect::<Vec<_>>()