Decision Workspace
dpc-cbuf vs cbuf vs fixedvec
Side-by-side comparison of Rust crates
31
dpc-cbuf
growingv0.0.1
Non-thread-shareable, simple and efficient Circular Buffer implementation that can store N elements when full (typical circular buffer implementations store N-1) without using separate flags.
44
cbuf
growingv0.1.1
Non-thread-shareable, simple and efficient Circular Buffer implementation that can store N elements when full (typical circular buffer implementations store N-1) without using separate flags.
47
fixedvec
growingv0.2.4
A heapless version of the Rust vector type.
Core Metrics
| dpc-cbuf | cbuf | fixedvec | |
|---|---|---|---|
| Health Score | 31 | 44 | 47 |
| Total Downloads | 2.6K | 6.2K | 421.0K |
| 30d Downloads | 2 | 39 | 5.1K |
| Dependents | 0 | 3 | 163 |
| Releases | 1 | 2 | 7 |
| Last Updated | 3759d ago | 3479d ago | 2443d ago |
| Age | 10y 9m | 9y 6m | 10y 6m |
Health Breakdown
dpc-cbuf
Maintenance
1
Quality
12
Community
3
Popularity
4
Documentation
11
cbuf
Maintenance
3
Quality
18
Community
7
Popularity
5
Documentation
11
fixedvec
Maintenance
3
Quality
17
Community
9
Popularity
7
Documentation
11
Technical Details
| dpc-cbuf | cbuf | fixedvec | |
|---|---|---|---|
| Version | 0.0.1 | 0.1.1 | 0.2.4 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MPL-2.0 | MPL-2.0 | MIT |
| Dependencies | 0 | 0 | 0 |
| Crate Size | 8KB | 9KB | 8KB |
| Features | 2 | 2 | 1 |
| Yanked % | 100.0% | 0.0% | 0.0% |
| Edition | — | — | — |
| MSRV | — | — | — |
| Owners | 1 | 2 | 1 |
Links
Quick Verdict
- •fixedvec leads with a health score of 47/100, but none of the options score above 80.
- •fixedvec is depended on by 163 crates — strongest ecosystem trust.
- •⚠ dpc-cbuf, cbuf, fixedvec have not been updated in over a year.