Decision Workspace
generator_extensions vs yield-return vs iter-python
Side-by-side comparison of Rust crates
38
generator_extensions
growingv0.1.1
Basic extensions to Generator types to bring parity with Iterators.
44
yield-return
growingv0.2.0
Implement a coroutine like C#'s `yield return` using Rust's `async`, `await`.
42
iter-python
growingv0.10.1
Python generator expressions and 'list' comprehensions
Core Metrics
| generator_extensions | yield-return | iter-python | |
|---|---|---|---|
| Health Score | 38 | 44 | 42 |
| Total Downloads | 3.0K | 3.1K | 8.7K |
| 30d Downloads | 5 | 86 | 8 |
| Dependents | 0 | 3 | 0 |
| Releases | 2 | 2 | 6 |
| Last Updated | 1938d ago | 441d ago | 1566d ago |
| Age | 5y 3m | 2y 11m | 7y |
Health Breakdown
generator_extensions
Maintenance
3
Quality
16
Community
6
Popularity
4
Documentation
9
yield-return
Maintenance
5
Quality
15
Community
7
Popularity
4
Documentation
13
iter-python
Maintenance
3
Quality
17
Community
5
Popularity
5
Documentation
12
Technical Details
| generator_extensions | yield-return | iter-python | |
|---|---|---|---|
| Version | 0.1.1 | 0.2.0 | 0.10.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | Apache-2.0 OR MIT | MIT OR Apache-2.0 | MIT |
| Dependencies | 0 | 3 | 1 |
| Crate Size | 11KB | 13KB | 6KB |
| Features | 0 | 0 | 3 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2021 | 2018 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •yield-return leads with a health score of 44/100, but none of the options score above 80.
- •iter-python has the most downloads (8.7K), suggesting wider adoption.
- •⚠ generator_extensions, yield-return, iter-python have not been updated in over a year.