Decision Workspace
output_iter vs cursor vs empty-fallback-chain
Side-by-side comparison of Rust crates
37
output_iter
growingv0.1.0
An iterator that performs calculation during iteration.
53
cursor
growingv2.3.0
A more free Rust-Iterator.
49
empty-fallback-chain
growingv2.0.0
Iterator adaptor like chain, but conditional on empty first iterator
Core Metrics
| output_iter | cursor | empty-fallback-chain | |
|---|---|---|---|
| Health Score | 37 | 53 | 49 |
| Total Downloads | 881 | 22.6K | 5.1K |
| 30d Downloads | 3 | 619 | 57 |
| Dependents | 0 | 3 | 1 |
| Releases | 1 | 6 | 5 |
| Last Updated | 439d ago | 1542d ago | 433d ago |
| Age | 1y 2m | 4y 3m | 1y 8m |
Health Breakdown
output_iter
Maintenance
2
Quality
16
Community
5
Popularity
4
Documentation
10
cursor
Maintenance
5
Quality
22
Community
8
Popularity
5
Documentation
13
empty-fallback-chain
Maintenance
5
Quality
20
Community
7
Popularity
4
Documentation
13
Technical Details
| output_iter | cursor | empty-fallback-chain | |
|---|---|---|---|
| Version | 0.1.0 | 2.3.0 | 2.0.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MPL-2.0 |
| Dependencies | 0 | 1 | 0 |
| Crate Size | 10KB | 80KB | 16KB |
| Features | 0 | 2 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •cursor leads with a health score of 53/100, but none of the options score above 80.
- •⚠ output_iter, cursor, empty-fallback-chain have not been updated in over a year.
- •output_iter is pre-1.0 — API may change.