Decision Workspace
shared_http_body vs http-kit vs stream_shared
Side-by-side comparison of Rust crates
54
shared_http_body
experimentalv0.1.6
A library for creating shareable HTTP bodies that can be cloned and consumed by multiple consumers
50
http-kit
experimentalv0.4.2
A flexible and ergonomic HTTP toolkit for Rust with async support, middleware, and zero-copy body handling
49
stream_shared
experimentalv0.8.6
A library for creating shareable streams that can be cloned and consumed by multiple consumers
Core Metrics
| shared_http_body | http-kit | stream_shared | |
|---|---|---|---|
| Health Score | 54 | 50 | 49 |
| Total Downloads | 206 | 3.4K | 2.6K |
| 30d Downloads | 18 | 398 | 34 |
| Dependents | 0 | 6 | 0 |
| Releases | 7 | 7 | 16 |
| Last Updated | 105d ago | 108d ago | 105d ago |
| Age | 4m | 8m | 5m |
Health Breakdown
shared_http_body
Maintenance
17
Quality
15
Community
6
Popularity
3
Documentation
13
http-kit
Maintenance
13
Quality
10
Community
8
Popularity
4
Documentation
15
stream_shared
Maintenance
15
Quality
11
Community
6
Popularity
4
Documentation
13
Technical Details
| shared_http_body | http-kit | stream_shared | |
|---|---|---|---|
| Version | 0.1.6 | 0.4.2 | 0.8.6 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | Apache-2.0 | MIT | Apache-2.0 |
| Dependencies | 7 | 18 | 7 |
| Crate Size | 17KB | 36KB | 22KB |
| Features | 2 | 8 | 2 |
| Yanked % | 0.0% | 14.3% | 12.5% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | 1.87 | — |
| 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.
- •http-kit has the most downloads (3.4K), suggesting wider adoption.