Decision Workspace
mechanics-http-client vs reqkit vs aioduct
Side-by-side comparison of Rust crates
54
mechanics-http-client
experimentalv0.2.3
Small reqwest-shaped HTTP client built on hyper-rustls + webpki-roots, with aws-lc-rs as the sole crypto provider. Bundled Mozilla CA bundle only — no OS-native trust.
48
reqkit
experimentalv0.1.1
Production-focused client-side HTTP requester (hyper + rustls): HTTPS-only, pooling, timeouts, body caps, gzip/deflate/br decoding.
48
aioduct
experimentalv0.1.10
Async-native HTTP client built directly on hyper 1.x — no hyper-util, no legacy
Core Metrics
| mechanics-http-client | reqkit | aioduct | |
|---|---|---|---|
| Health Score | 54 | 48 | 48 |
| Total Downloads | 214 | 38 | 443 |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 7 | 0 | 0 |
| Releases | 4 | 2 | 13 |
| Last Updated | 11d ago | 117d ago | 4d ago |
| Age | 13d | 3m | 1m |
Health Breakdown
mechanics-http-client
Maintenance
18
Quality
13
Community
8
Popularity
3
Documentation
12
reqkit
Maintenance
11
Quality
14
Community
6
Popularity
2
Documentation
15
aioduct
Maintenance
14
Quality
13
Community
6
Popularity
3
Documentation
12
Technical Details
| mechanics-http-client | reqkit | aioduct | |
|---|---|---|---|
| Version | 0.2.3 | 0.1.1 | 0.1.10 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | Apache-2.0 OR MPL-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 20 | 15 | 62 |
| Crate Size | 47KB | 16KB | 204KB |
| Features | 2 | 4 | 25 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2024 |
| MSRV | 1.88 | 1.85 | 1.88 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •mechanics-http-client leads with a health score of 54/100, but none of the options score above 80.
- •aioduct has the most downloads (443), suggesting wider adoption.