AndWass / pushgen

Apache License 2.0
27 stars 4 forks source link

Handling of "itertools"? #27

Closed epage closed 3 years ago

epage commented 3 years ago

I've re-implemented the minimum of itertools::Either with Generator. Is that and other itertools wanted upstream? If so, any preference for how to handle it?

AndWass commented 3 years ago

My plan was to eventually also support itertools as well so any help is much appreciated. For now I think they can live in GemeratorExt as well. If it becomes too unwieldy it can always be split later.

I am very curious of your results when you have them!

epage commented 3 years ago

Thanks!