Decision Workspace
async-ringbuf vs ringbuf vs ringbuf-blocking
Side-by-side comparison of Rust crates
60
async-ringbuf
growingv0.3.5
Async SPSC FIFO ring buffer
63
ringbuf
growingv0.4.8
Lock-free SPSC FIFO ring buffer with direct access to inner data
57
ringbuf-blocking
growingv0.1.0-rc.6
Blocking version of ringbuf
Core Metrics
| async-ringbuf | ringbuf | ringbuf-blocking | |
|---|---|---|---|
| Health Score | 60 | 63 | 57 |
| Total Downloads | 190.2K | 10.9M | 11.7K |
| 30d Downloads | 19.2K | 676.4K | 138 |
| Dependents | 78 | 1.3K | 5 |
| Releases | 22 | 40 | 7 |
| Last Updated | 92d ago | 92d ago | 92d ago |
| Age | 3y 9m | 7y 2m | 2y 9m |
Health Breakdown
async-ringbuf
Maintenance
14
Quality
14
Community
13
Popularity
6
Documentation
13
ringbuf
Maintenance
13
Quality
13
Community
16
Popularity
8
Documentation
13
ringbuf-blocking
Maintenance
12
Quality
17
Community
10
Popularity
5
Documentation
13
Technical Details
| async-ringbuf | ringbuf | ringbuf-blocking | |
|---|---|---|---|
| Version | 0.3.5 | 0.4.8 | 0.1.0-rc.6 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT/Apache-2.0 | MIT/Apache-2.0 | MIT/Apache-2.0 |
| Dependencies | 6 | 4 | 3 |
| Crate Size | 16KB | 32KB | 8KB |
| Features | 5 | 6 | 4 |
| Yanked % | 9.1% | 15.0% | 0.0% |
| Edition | 2024 | 2021 | 2024 |
| MSRV | — | — | — |
| Owners | 2 | 2 | 2 |
Links
Quick Verdict
- •ringbuf leads with a health score of 63/100, but none of the options score above 80.
- •ringbuf is depended on by 1.3K crates — strongest ecosystem trust.