Decision Workspace
stream-broadcast vs stream_shared vs shared_http_body
Side-by-side comparison of Rust crates
34
stream-broadcast
growingv0.3.0
Runtime independent broadcast, which only polls it's underlying stream if no pending data is available
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
Core Metrics
| stream-broadcast | stream_shared | shared_http_body | |
|---|---|---|---|
| Health Score | 34 | 49 | 54 |
| Total Downloads | 9.1K | 2.6K | 206 |
| 30d Downloads | 52 | 34 | 18 |
| Dependents | 0 | 0 | 0 |
| Releases | 7 | 16 | 7 |
| Last Updated | 758d ago | 105d ago | 105d ago |
| Age | 2y 8m | 5m | 4m |
Health Breakdown
stream-broadcast
Maintenance
4
Quality
9
Community
6
Popularity
5
Documentation
10
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
Technical Details
| stream-broadcast | stream_shared | shared_http_body | |
|---|---|---|---|
| Version | 0.3.0 | 0.8.6 | 0.1.6 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | Apache-2.0 | Apache-2.0 |
| Dependencies | 3 | 7 | 7 |
| Crate Size | 5KB | 22KB | 17KB |
| Features | 0 | 2 | 2 |
| Yanked % | 42.9% | 12.5% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | — | — |
| 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.
- •stream-broadcast has the most downloads (9.1K), suggesting wider adoption.
- •⚠ stream-broadcast has not been updated in over a year.