Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

chyyran/chained_iter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages