Crate generator_ext[−][src]
This crate is build for easy convertion from generators to iterators,
and for chaining generators in different kinds of ways.
Modules
| gen | |
| iter |
Macros
| return_from_yield |
This macro is used for the implementation of the |
| return_yielded |
This macro is used for the implementation of the |
| yield_from |
A macro that first yields all items in the provided Generator, gives the ability to bind the return value of the Generator to a variable. |