[][src]Crate propane

This library provides a generator macro, to define generators.

It is intended to explore one particular point in the design space of generators. More documentation can be found in the description of the attribute.

Attribute Macros

generator

This macro can be applied to functions to make them into generators.