Decision Workspace
combine-latest vs fluxion-stream vs futures-async-stream-macro
Side-by-side comparison of Rust crates
60
combine-latest
stablev1.3.2
Combines two or more streams into a new stream which yields tuples with the latest values from each input stream
49
fluxion-stream
experimentalv0.8.0
Stream combinators with ordering guarantees for async Rust
55
futures-async-stream-macro
growingv0.2.13
Implementation detail of the `futures-async-stream` crate.
Core Metrics
| combine-latest | fluxion-stream | futures-async-stream-macro | |
|---|---|---|---|
| Health Score | 60 | 49 | 55 |
| Total Downloads | 11.7K | 472 | 760.9K |
| 30d Downloads | 106 | 46 | 25.5K |
| Dependents | 0 | 15 | 27 |
| Releases | 8 | 11 | 28 |
| Last Updated | 13d ago | 73d ago | 78d ago |
| Age | 3y 1m | 4m | 6y 8m |
Health Breakdown
combine-latest
Maintenance
15
Quality
20
Community
5
Popularity
5
Documentation
15
fluxion-stream
Maintenance
16
Quality
11
Community
9
Popularity
3
Documentation
10
futures-async-stream-macro
Maintenance
14
Quality
14
Community
10
Popularity
7
Documentation
10
Technical Details
| combine-latest | fluxion-stream | futures-async-stream-macro | |
|---|---|---|---|
| Version | 1.3.2 | 0.8.0 | 0.2.13 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | MIT | Apache-2.0 | Apache-2.0 OR MIT |
| Dependencies | 3 | 13 | 3 |
| Crate Size | 11KB | 149KB | 15KB |
| Features | 0 | 9 | 0 |
| Yanked % | 0.0% | 9.1% | 3.6% |
| Edition | 2024 | 2021 | 2021 |
| MSRV | 1.85 | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •combine-latest leads with a health score of 60/100, but none of the options score above 80.
- •futures-async-stream-macro has the most downloads (760.9K), suggesting wider adoption.
- •fluxion-stream, futures-async-stream-macro are pre-1.0 — API may change.