Decision Workspace
interrupt-read vs buffer-redux vs io-buffer
Side-by-side comparison of Rust crates
52
interrupt-read
experimentalv0.6.0
An simple implementation of an interruptable reader.
66
buffer-redux
stablev1.1.0
Drop-in replacements for buffered I/O in `std::io` with extra features.
64
io-buffer
growingv1.0.7
A buffer abstracted for disk and network IO, with static lifetime. Unify Vec and *libc::c_void into one type, with smallest mem footprint.
Core Metrics
| interrupt-read | buffer-redux | io-buffer | |
|---|---|---|---|
| Health Score | 52 | 66 | 64 |
| Total Downloads | 289 | 3.8M | 22.5K |
| 30d Downloads | 179 | 311.6K | 2.7K |
| Dependents | 3 | 53 | 57 |
| Releases | 6 | 4 | 8 |
| Last Updated | 45d ago | 144d ago | 27d ago |
| Age | 1m | 3y | 9m |
Health Breakdown
interrupt-read
Maintenance
16
Quality
15
Community
8
Popularity
3
Documentation
10
buffer-redux
Maintenance
13
Quality
22
Community
8
Popularity
8
Documentation
15
io-buffer
Maintenance
17
Quality
20
Community
9
Popularity
5
Documentation
13
Technical Details
| interrupt-read | buffer-redux | io-buffer | |
|---|---|---|---|
| Version | 0.6.0 | 1.1.0 | 1.0.7 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT | MIT OR Apache-2.0 | MIT |
| Dependencies | 0 | 2 | 7 |
| Crate Size | 8KB | 27KB | 12KB |
| Features | 0 | 2 | 5 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2021 | 2024 |
| MSRV | — | 1.71 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •buffer-redux leads with a health score of 66/100, but none of the options score above 80.
- •interrupt-read is pre-1.0 — API may change.