Decision Workspace
stream-partition vs combine-latest vs futures-async-stream-macro
Side-by-side comparison of Rust crates
36
stream-partition
experimentalv0.1.0
Partition a single stream into multiple sub-streams based on a key
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
55
futures-async-stream-macro
growingv0.2.13
Implementation detail of the `futures-async-stream` crate.
Core Metrics
| stream-partition | combine-latest | futures-async-stream-macro | |
|---|---|---|---|
| Health Score | 36 | 60 | 55 |
| Total Downloads | 520 | 11.7K | 760.9K |
| 30d Downloads | 5 | 78 | 25.0K |
| Dependents | 0 | 0 | 27 |
| Releases | 1 | 8 | 28 |
| Last Updated | 290d ago | 13d ago | 78d ago |
| Age | 9m | 3y 1m | 6y 8m |
Health Breakdown
stream-partition
Maintenance
3
Quality
13
Community
5
Popularity
3
Documentation
12
combine-latest
Maintenance
15
Quality
20
Community
5
Popularity
5
Documentation
15
futures-async-stream-macro
Maintenance
14
Quality
14
Community
10
Popularity
7
Documentation
10
Technical Details
| stream-partition | combine-latest | futures-async-stream-macro | |
|---|---|---|---|
| Version | 0.1.0 | 1.3.2 | 0.2.13 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT OR Apache-2.0 | MIT | Apache-2.0 OR MIT |
| Dependencies | 4 | 3 | 3 |
| Crate Size | 12KB | 11KB | 15KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 3.6% |
| Edition | 2024 | 2024 | 2021 |
| MSRV | 1.85 | 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.
- •stream-partition, futures-async-stream-macro are pre-1.0 — API may change.