Decision Workspace
rblist vs array-linked-list vs data_structure
Side-by-side comparison of Rust crates
36
rblist
growingv0.1.0
A block-based, non-circular double-linked list implementation for Rust.
48
array-linked-list
growingv0.2.2
A data structure, which combines the advantages of dynamic arrays and linked lists
48
data_structure
experimentalv0.1.20
A Rust library for implementing and managing common data structures.
Core Metrics
| rblist | array-linked-list | data_structure | |
|---|---|---|---|
| Health Score | 36 | 48 | 48 |
| Total Downloads | 1.6K | 12.7K | 8.6K |
| 30d Downloads | 40 | 32 | 23 |
| Dependents | 5 | 4 | 0 |
| Releases | 1 | 4 | 21 |
| Last Updated | 563d ago | 52d ago | 224d ago |
| Age | 1y 6m | 4y 11m | 10m |
Health Breakdown
rblist
Maintenance
1
Quality
13
Community
8
Popularity
4
Documentation
10
array-linked-list
Maintenance
12
Quality
11
Community
7
Popularity
5
Documentation
13
data_structure
Maintenance
10
Quality
14
Community
6
Popularity
5
Documentation
13
Technical Details
| rblist | array-linked-list | data_structure | |
|---|---|---|---|
| Version | 0.1.0 | 0.2.2 | 0.1.20 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 8 | 0 | 0 |
| Crate Size | 14KB | 8KB | 20KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 25.0% | 4.8% |
| Edition | 2021 | 2024 | 2024 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •array-linked-list leads with a health score of 48/100, but none of the options score above 80.
- •⚠ rblist has not been updated in over a year.