Decision Workspace
dyn_list vs array-linked-list vs data_structure
Side-by-side comparison of Rust crates
44
dyn_list
growingv0.2.1
A linked list that can hold dynamically sized values in its nodes.
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
| dyn_list | array-linked-list | data_structure | |
|---|---|---|---|
| Health Score | 44 | 48 | 48 |
| Total Downloads | 3.1K | 12.7K | 8.6K |
| 30d Downloads | 7 | 32 | 23 |
| Dependents | 0 | 4 | 0 |
| Releases | 4 | 4 | 21 |
| Last Updated | 408d ago | 52d ago | 224d ago |
| Age | 1y 3m | 4y 11m | 10m |
Health Breakdown
dyn_list
Maintenance
8
Quality
17
Community
5
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
| dyn_list | array-linked-list | data_structure | |
|---|---|---|---|
| Version | 0.2.1 | 0.2.2 | 0.1.20 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 1 | 0 | 0 |
| Crate Size | 14KB | 8KB | 20KB |
| Features | 3 | 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.
- •⚠ dyn_list has not been updated in over a year.