Decision Workspace
static-linkedlist vs fchashmap vs esp32c2
Side-by-side comparison of Rust crates
38
static-linkedlist
growingv0.1.2
A linked list implementation on a static array. Intended for use in environments without dynamic memory allocation.
32
fchashmap
growingv0.1.3
A fixed capacity no_std hashmap
66
esp32c2
growingv0.28.0
Peripheral access crate for the ESP32-C2
Core Metrics
| static-linkedlist | fchashmap | esp32c2 | |
|---|---|---|---|
| Health Score | 38 | 32 | 66 |
| Total Downloads | 4.6K | 5.4K | 563.9K |
| 30d Downloads | 6 | 76 | 36.1K |
| Dependents | 0 | 1 | 44 |
| Releases | 3 | 3 | 30 |
| Last Updated | 2630d ago | 1776d ago | 165d ago |
| Age | 7y 2m | 4y 10m | 3y 7m |
Health Breakdown
static-linkedlist
Maintenance
3
Quality
16
Community
6
Popularity
4
Documentation
9
fchashmap
Maintenance
4
Quality
8
Community
7
Popularity
4
Documentation
9
esp32c2
Maintenance
15
Quality
16
Community
16
Popularity
7
Documentation
12
Technical Details
| static-linkedlist | fchashmap | esp32c2 | |
|---|---|---|---|
| Version | 0.1.2 | 0.1.3 | 0.28.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 0 | 5 | 3 |
| Crate Size | 10KB | 13KB | 250KB |
| Features | 0 | 0 | 4 |
| Yanked % | 0.0% | 66.7% | 0.0% |
| Edition | 2018 | 2018 | 2021 |
| MSRV | — | — | 1.76 |
| Owners | 1 | 1 | 2 (team) |
Links
Quick Verdict
- •esp32c2 leads with a health score of 66/100, but none of the options score above 80.
- •⚠ static-linkedlist, fchashmap have not been updated in over a year.