Decision Workspace
async-blocking-stdio vs blocking vs gag
Side-by-side comparison of Rust crates
43
async-blocking-stdio
growingv0.1.2
std::io::std{in(), out(), err()} but async
66
blocking
growingv1.6.2
A thread pool for isolating blocking I/O in async programs
54
gag
growingv1.0.0
Gag, redirect, or hold stdout/stderr output. Currently only *nix operating systems are supported.
Core Metrics
| async-blocking-stdio | blocking | gag | |
|---|---|---|---|
| Health Score | 43 | 66 | 54 |
| Total Downloads | 3.1K | 134.5M | 4.4M |
| 30d Downloads | 0 | 7.8M | 243.6K |
| Dependents | 0 | 1.9K | 2.6K |
| Releases | 3 | 32 | 12 |
| Last Updated | 424d ago | 324d ago | 1821d ago |
| Age | 1y 9m | 6y 11m | 11y 1m |
Health Breakdown
async-blocking-stdio
Maintenance
6
Quality
14
Community
6
Popularity
4
Documentation
13
blocking
Maintenance
8
Quality
18
Community
20
Popularity
8
Documentation
12
gag
Maintenance
4
Quality
19
Community
12
Popularity
8
Documentation
11
Technical Details
| async-blocking-stdio | blocking | gag | |
|---|---|---|---|
| Version | 0.1.2 | 1.6.2 | 1.0.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | GPL-3.0-or-later | Apache-2.0 OR MIT | MIT |
| Dependencies | 6 | 7 | 4 |
| Crate Size | 23KB | 18KB | 5KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 3.1% | 0.0% |
| Edition | 2021 | 2021 | — |
| MSRV | — | 1.63 | — |
| Owners | 1 | 2 (team) | 1 |
Links
Quick Verdict
- •blocking leads with a health score of 66/100, but none of the options score above 80.
- •gag is depended on by 2.6K crates — strongest ecosystem trust.
- •⚠ async-blocking-stdio, gag have not been updated in over a year.
- •async-blocking-stdio is pre-1.0 — API may change.