Decision Workspace
mutringbuf vs oneringbuf vs amqprs
Side-by-side comparison of Rust crates
49
mutringbuf
stablev1.0.0
A lock-free single-producer, single-consumer (SPSC) ring buffer with in-place mutability, asynchronous support, and virtual memory optimisation.
48
oneringbuf
experimentalv0.7.0
A lock-free single-producer, single-consumer (SPSC) ring buffer with in-place mutability, asynchronous support, and virtual memory optimisation.
70
amqprs
stablev2.1.5
AMQP 0-9-1 client implementation for RabbitMQ
Core Metrics
| mutringbuf | oneringbuf | amqprs | |
|---|---|---|---|
| Health Score | 49 | 48 | 70 |
| Total Downloads | 16.7K | 63 | 639.6K |
| 30d Downloads | 5 | 7 | 45.8K |
| Dependents | 0 | 0 | 230 |
| Releases | 19 | 2 | 77 |
| Last Updated | 127d ago | 98d ago | 8d ago |
| Age | 2y | 4m | 3y 3m |
Health Breakdown
mutringbuf
Maintenance
13
Quality
12
Community
6
Popularity
5
Documentation
13
oneringbuf
Maintenance
12
Quality
15
Community
6
Popularity
2
Documentation
13
amqprs
Maintenance
18
Quality
18
Community
12
Popularity
7
Documentation
15
Technical Details
| mutringbuf | oneringbuf | amqprs | |
|---|---|---|---|
| Version | 1.0.0 | 0.7.0 | 2.1.5 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✓ Yes |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT |
| Dependencies | 9 | 9 | 15 |
| Crate Size | 47KB | 54KB | 79KB |
| Features | 5 | 5 | 5 |
| Yanked % | 94.7% | 0.0% | 9.1% |
| Edition | 2024 | 2024 | 2021 |
| MSRV | — | — | 1.71 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •amqprs leads with a health score of 70/100, but none of the options score above 80.
- •amqprs is depended on by 230 crates — strongest ecosystem trust.
- •oneringbuf is pre-1.0 — API may change.