Decision Workspace
ringobuf vs nsrb vs e-ring
Side-by-side comparison of Rust crates
41
ringobuf
experimentalv0.1.0
Stack based ring buffer (no_std)
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.
42
e-ring
growingv0.3.0
A no_std append only ring buffer, when full new element replace oldest one
Core Metrics
| ringobuf | nsrb | e-ring | |
|---|---|---|---|
| Health Score | 41 | 43 | 42 |
| Total Downloads | 33 | 1.0K | 5.2K |
| 30d Downloads | 3 | 4 | 21 |
| Dependents | 0 | 0 | 0 |
| Releases | 1 | 1 | 3 |
| Last Updated | 148d ago | 520d ago | 1645d ago |
| Age | 4m | 1y 5m | 5y |
Health Breakdown
ringobuf
Maintenance
6
Quality
15
Community
5
Popularity
2
Documentation
13
nsrb
Maintenance
2
Quality
21
Community
6
Popularity
4
Documentation
10
e-ring
Maintenance
4
Quality
16
Community
6
Popularity
4
Documentation
12
Technical Details
| ringobuf | nsrb | e-ring | |
|---|---|---|---|
| Version | 0.1.0 | 1.0.0 | 0.3.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT OR Apache-2.0 | MIT | MIT |
| Dependencies | 0 | 0 | 2 |
| Crate Size | 7KB | 6KB | 6KB |
| Features | 0 | 1 | 1 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2021 | 2018 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •nsrb leads with a health score of 43/100, but none of the options score above 80.
- •e-ring has the most downloads (5.2K), suggesting wider adoption.
- •⚠ nsrb, e-ring have not been updated in over a year.
- •ringobuf, e-ring are pre-1.0 — API may change.