Decision Workspace
fork_stream vs stream_shared vs clone-stream
Side-by-side comparison of Rust crates
41
fork_stream
growingv0.1.0
Clone any stream `S` where `<S as Stream>::Item: Clone`
49
stream_shared
experimentalv0.8.6
A library for creating shareable streams that can be cloned and consumed by multiple consumers
44
clone-stream
experimentalv0.4.1
Turn any Stream into a cloneable stream where each clone receives all items independently.
Core Metrics
| fork_stream | stream_shared | clone-stream | |
|---|---|---|---|
| Health Score | 41 | 49 | 44 |
| Total Downloads | 75.3K | 2.6K | 6.6K |
| 30d Downloads | 8.4K | 34 | 61 |
| Dependents | 33 | 0 | 0 |
| Releases | 1 | 16 | 15 |
| Last Updated | 928d ago | 105d ago | 108d ago |
| Age | 2y 6m | 5m | 11m |
Health Breakdown
fork_stream
Maintenance
1
Quality
14
Community
10
Popularity
6
Documentation
10
stream_shared
Maintenance
15
Quality
11
Community
6
Popularity
4
Documentation
13
clone-stream
Maintenance
13
Quality
8
Community
6
Popularity
5
Documentation
12
Technical Details
| fork_stream | stream_shared | clone-stream | |
|---|---|---|---|
| Version | 0.1.0 | 0.8.6 | 0.4.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | Apache-2.0 | MIT |
| Dependencies | 4 | 7 | 6 |
| Crate Size | 8KB | 22KB | 28KB |
| Features | 0 | 2 | 0 |
| Yanked % | 0.0% | 12.5% | 20.0% |
| Edition | 2021 | 2021 | 2024 |
| MSRV | — | — | 1.86.0 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •stream_shared leads with a health score of 49/100, but none of the options score above 80.
- •fork_stream has the most downloads (75.3K), suggesting wider adoption.
- •⚠ fork_stream has not been updated in over a year.