Decision Workspace
deque_cell vs slabigator vs generic-arraydeque
Side-by-side comparison of Rust crates
29
deque_cell
growingv0.1.0
Provides an efficient wrapper around VecDeque, enabling safe internal mutability without the overhead of RefCell's runtime checks.
56
slabigator
growingv0.9.5
A fixed-capacity linked list with stable element addressing and no dynamic allocations
56
generic-arraydeque
experimentalv0.1.2
A fixed-capacity, stack-allocated double-ended queue (deque) backed by generic-array
Core Metrics
| deque_cell | slabigator | generic-arraydeque | |
|---|---|---|---|
| Health Score | 29 | 56 | 56 |
| Total Downloads | 3.0K | 75.1K | 6.0K |
| 30d Downloads | 4 | 3.2K | 1.7K |
| Dependents | 0 | 17 | 1 |
| Releases | 1 | 13 | 3 |
| Last Updated | 3759d ago | 316d ago | 114d ago |
| Age | 10y 7m | 3y 9m | 4m |
Health Breakdown
deque_cell
Maintenance
1
Quality
16
Community
3
Popularity
4
Documentation
5
slabigator
Maintenance
8
Quality
18
Community
9
Popularity
6
Documentation
15
generic-arraydeque
Maintenance
13
Quality
16
Community
7
Popularity
5
Documentation
15
Technical Details
| deque_cell | slabigator | generic-arraydeque | |
|---|---|---|---|
| Version | 0.1.0 | 0.9.5 | 0.1.2 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | Unknown | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 0 | 2 | 5 |
| Crate Size | 1KB | 16KB | 61KB |
| Features | 0 | 5 | 7 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | — | 2021 | 2021 |
| MSRV | — | 1.60.0 | 1.65 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •slabigator leads with a health score of 56/100, but none of the options score above 80.
- •⚠ deque_cell has not been updated in over a year.