Decision Workspace
stream_shared vs shared_http_body vs clone-stream
Side-by-side comparison of Rust crates
49
stream_shared
experimentalv0.8.6
A library for creating shareable streams that can be cloned and consumed by multiple consumers
54
shared_http_body
experimentalv0.1.6
A library for creating shareable HTTP bodies 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
| stream_shared | shared_http_body | clone-stream | |
|---|---|---|---|
| Health Score | 49 | 54 | 44 |
| Total Downloads | 2.6K | 206 | 6.6K |
| 30d Downloads | 34 | 18 | 61 |
| Dependents | 0 | 0 | 0 |
| Releases | 16 | 7 | 15 |
| Last Updated | 105d ago | 105d ago | 108d ago |
| Age | 5m | 4m | 11m |
Health Breakdown
stream_shared
Maintenance
15
Quality
11
Community
6
Popularity
4
Documentation
13
shared_http_body
Maintenance
17
Quality
15
Community
6
Popularity
3
Documentation
13
clone-stream
Maintenance
13
Quality
8
Community
6
Popularity
5
Documentation
12
Technical Details
| stream_shared | shared_http_body | clone-stream | |
|---|---|---|---|
| Version | 0.8.6 | 0.1.6 | 0.4.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | Apache-2.0 | Apache-2.0 | MIT |
| Dependencies | 7 | 7 | 6 |
| Crate Size | 22KB | 17KB | 28KB |
| Features | 2 | 2 | 0 |
| Yanked % | 12.5% | 0.0% | 20.0% |
| Edition | 2021 | 2021 | 2024 |
| MSRV | — | — | 1.86.0 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •shared_http_body leads with a health score of 54/100, but none of the options score above 80.
- •clone-stream has the most downloads (6.6K), suggesting wider adoption.