Decision Workspace
cargo-image vs linked_list_allocator vs syscall-numbers
Side-by-side comparison of Rust crates
35
cargo-image
growingv0.4.0
Create qemu bootable x86_64 OS images
68
linked_list_allocator
growingv0.10.6
Simple allocator usable for no_std systems. It builds a linked list from the freed blocks and thus needs no additional data structures.
68
syscall-numbers
stablev4.0.3
System calls numbers for various architectures
Core Metrics
| cargo-image | linked_list_allocator | syscall-numbers | |
|---|---|---|---|
| Health Score | 35 | 68 | 68 |
| Total Downloads | 7.7K | 4.5M | 204.7K |
| 30d Downloads | 0 | 385.0K | 6.7K |
| Dependents | 0 | 331 | 37 |
| Releases | 5 | 47 | 9 |
| Last Updated | 2459d ago | 41d ago | 55d ago |
| Age | 7y 5m | 10y 3m | 4y 9m |
Health Breakdown
cargo-image
Maintenance
3
Quality
9
Community
6
Popularity
5
Documentation
12
linked_list_allocator
Maintenance
15
Quality
17
Community
15
Popularity
8
Documentation
13
syscall-numbers
Maintenance
16
Quality
21
Community
10
Popularity
6
Documentation
15
Technical Details
| cargo-image | linked_list_allocator | syscall-numbers | |
|---|---|---|---|
| Version | 0.4.0 | 0.10.6 | 4.0.3 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT OR Apache-2.0 | Apache-2.0/MIT | MIT |
| Dependencies | 4 | 1 | 0 |
| Crate Size | 11KB | 24KB | 46KB |
| Features | 0 | 5 | 0 |
| Yanked % | 20.0% | 4.3% | 0.0% |
| Edition | 2018 | — | 2024 |
| MSRV | — | 1.61 | 1.88 |
| Owners | 1 | 2 (team) | 1 |
Links
Quick Verdict
- •linked_list_allocator leads with a health score of 68/100, but none of the options score above 80.
- •linked_list_allocator is depended on by 331 crates — strongest ecosystem trust.
- •⚠ cargo-image has not been updated in over a year.
- •cargo-image, linked_list_allocator are pre-1.0 — API may change.