Decision Workspace
nsrb vs ringbuffer vs bit_mask_ring_buf
Side-by-side comparison of Rust crates
43
nsrb
growingv1.0.0
Nifty Simple Ring Buffer (aka circular buffer) is a no_std library that provides 2 macros to easily create fixed circular buffer on the stack.
54
ringbuffer
growingv0.16.0
A fixed-size circular buffer
54
bit_mask_ring_buf
growingv0.6.2
A ring buffer implementation with cheap indexing
Core Metrics
| nsrb | ringbuffer | bit_mask_ring_buf | |
|---|---|---|---|
| Health Score | 43 | 54 | 54 |
| Total Downloads | 1.0K | 4.3M | 40.4K |
| 30d Downloads | 4 | 362.1K | 98 |
| Dependents | 0 | 291 | 2 |
| Releases | 1 | 31 | 31 |
| Last Updated | 520d ago | 259d ago | 186d ago |
| Age | 1y 5m | 6y 9m | 5y 7m |
Health Breakdown
nsrb
Maintenance
2
Quality
21
Community
6
Popularity
4
Documentation
10
ringbuffer
Maintenance
9
Quality
11
Community
14
Popularity
8
Documentation
12
bit_mask_ring_buf
Maintenance
10
Quality
18
Community
7
Popularity
6
Documentation
13
Technical Details
| nsrb | ringbuffer | bit_mask_ring_buf | |
|---|---|---|---|
| Version | 1.0.0 | 0.16.0 | 0.6.2 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | MIT | MIT | MIT |
| Dependencies | 0 | 2 | 0 |
| Crate Size | 6KB | 31KB | 19KB |
| Features | 1 | 2 | 3 |
| Yanked % | 0.0% | 35.5% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | 1.79 | — |
| Owners | 1 | 2 | 1 |
Links
Quick Verdict
- •ringbuffer leads with a health score of 54/100, but none of the options score above 80.
- •ringbuffer is depended on by 291 crates — strongest ecosystem trust.
- •⚠ nsrb has not been updated in over a year.
- •ringbuffer, bit_mask_ring_buf are pre-1.0 — API may change.