Decision Workspace
yield-iter vs yield-return vs genawaiter
Side-by-side comparison of Rust crates
40
yield-iter
growingv0.2.1
Safe implementation of the `Iterator` trait for `Generator`
44
yield-return
growingv0.2.0
Implement a coroutine like C#'s `yield return` using Rust's `async`, `await`.
55
genawaiter
growingv0.99.1
Stackless generators on stable Rust.
Core Metrics
| yield-iter | yield-return | genawaiter | |
|---|---|---|---|
| Health Score | 40 | 44 | 55 |
| Total Downloads | 4.0K | 3.1K | 3.1M |
| 30d Downloads | 6 | 86 | 228.3K |
| Dependents | 5 | 3 | 762 |
| Releases | 3 | 2 | 7 |
| Last Updated | 1364d ago | 441d ago | 2210d ago |
| Age | 3y 9m | 2y 11m | 6y 4m |
Health Breakdown
yield-iter
Maintenance
4
Quality
15
Community
7
Popularity
4
Documentation
10
yield-return
Maintenance
5
Quality
15
Community
7
Popularity
4
Documentation
13
genawaiter
Maintenance
4
Quality
17
Community
14
Popularity
8
Documentation
12
Technical Details
| yield-iter | yield-return | genawaiter | |
|---|---|---|---|
| Version | 0.2.1 | 0.2.0 | 0.99.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT OR Apache-2.0 | MIT |
| Dependencies | 2 | 3 | 6 |
| Crate Size | 3KB | 13KB | 20KB |
| Features | 0 | 0 | 5 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2018 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •genawaiter leads with a health score of 55/100, but none of the options score above 80.
- •genawaiter is depended on by 762 crates — strongest ecosystem trust.
- •⚠ yield-iter, yield-return, genawaiter have not been updated in over a year.