Decision Workspace
io-buffer vs buffer-redux vs interrupt-read
Side-by-side comparison of Rust crates
61
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.
65
buffer-redux
stablev1.1.0
Drop-in replacements for buffered I/O in `std::io` with extra features.
56
interrupt-read
experimentalv0.6.0
An simple implementation of an interruptable reader.
Core Metrics
| io-buffer | buffer-redux | interrupt-read | |
|---|---|---|---|
| Health Score | 61 | 65 | 56 |
| Total Downloads | 28.6K | 4.5M | 732 |
| 30d Downloads | 3.2K | 388.6K | 0 |
| Dependents | 59 | 56 | 4 |
| Releases | 8 | 4 | 6 |
| Last Updated | 86d ago | 203d ago | 104d ago |
| Age | 11m | 3y 2m | 3m |
Health Breakdown
io-buffer
Maintenance
14
Quality
20
Community
9
Popularity
5
Documentation
13
buffer-redux
Maintenance
12
Quality
22
Community
8
Popularity
8
Documentation
15
interrupt-read
Maintenance
20
Quality
15
Community
8
Popularity
3
Documentation
10
Technical Details
| io-buffer | buffer-redux | interrupt-read | |
|---|---|---|---|
| Version | 1.0.7 | 1.1.0 | 0.6.0 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✗ No |
| License | MIT | MIT OR Apache-2.0 | MIT |
| Dependencies | 7 | 2 | 0 |
| Crate Size | 12KB | 27KB | 8KB |
| Features | 5 | 2 | 0 |
| 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 65/100, but none of the options score above 80.
- •interrupt-read is pre-1.0 — API may change.