Decision Workspace
gen-iter vs yield-return vs iter-python
Side-by-side comparison of Rust crates
41
gen-iter
growingv0.3.0
temporary util for creating iterators using generators
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
| gen-iter | yield-return | iter-python | |
|---|---|---|---|
| Health Score | 41 | 44 | 42 |
| Total Downloads | 97.5K | 3.1K | 8.7K |
| 30d Downloads | 2.5K | 86 | 8 |
| Dependents | 7 | 3 | 0 |
| Releases | 6 | 2 | 6 |
| Last Updated | 1179d ago | 441d ago | 1566d ago |
| Age | 8y 7m | 2y 11m | 7y |
Health Breakdown
gen-iter
Maintenance
4
Quality
16
Community
4
Popularity
6
Documentation
11
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
| gen-iter | yield-return | iter-python | |
|---|---|---|---|
| Version | 0.3.0 | 0.2.0 | 0.10.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT/Apache-2.0 | MIT OR Apache-2.0 | MIT |
| Dependencies | 0 | 3 | 1 |
| Crate Size | 8KB | 13KB | 6KB |
| Features | 0 | 0 | 3 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | — | 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.
- •gen-iter has the most downloads (97.5K), suggesting wider adoption.
- •⚠ gen-iter, yield-return, iter-python have not been updated in over a year.