Decision Workspace
yield-return vs genawaiter vs next-gen
Side-by-side comparison of Rust crates
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.
49
next-gen
growingv0.1.1
Safe generators on stable Rust.
Core Metrics
| yield-return | genawaiter | next-gen | |
|---|---|---|---|
| Health Score | 44 | 55 | 49 |
| Total Downloads | 3.1K | 3.1M | 291.9K |
| 30d Downloads | 86 | 228.3K | 25.3K |
| Dependents | 3 | 762 | 30 |
| Releases | 2 | 7 | 16 |
| Last Updated | 441d ago | 2210d ago | 1532d ago |
| Age | 2y 11m | 6y 4m | 6y 4m |
Health Breakdown
yield-return
Maintenance
5
Quality
15
Community
7
Popularity
4
Documentation
13
genawaiter
Maintenance
4
Quality
17
Community
14
Popularity
8
Documentation
12
next-gen
Maintenance
4
Quality
14
Community
10
Popularity
7
Documentation
14
Technical Details
| yield-return | genawaiter | next-gen | |
|---|---|---|---|
| Version | 0.2.0 | 0.99.1 | 0.1.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT | Zlib OR MIT OR Apache-2.0 |
| Dependencies | 3 | 6 | 2 |
| Crate Size | 13KB | 20KB | 46KB |
| Features | 0 | 5 | 7 |
| Yanked % | 0.0% | 0.0% | 18.8% |
| Edition | 2021 | 2018 | 2018 |
| MSRV | — | — | 1.45.0 |
| 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-return, genawaiter, next-gen have not been updated in over a year.