Decision Workspace
core_collections vs map-macro vs hashmap_core
Side-by-side comparison of Rust crates
38
core_collections
growingv0.3.20170409
This is a copy of libstd::collections with all the parts that don't work in core removed. Most importantly, it provides HashMap and HashSet. This crate is (mostly) automatically generated from the rust git source. The version of the source that corresponds to your compiler version will be selected automatically by the build script. This depends on the rand crate, so make sure to include that and configure the no_std feature on it.
49
map-macro
growingv0.3.0
Declarative macros for statically initializing collections
48
hashmap_core
growingv0.1.11
Implementation of HashMap and HashSet for no_std environments.
Core Metrics
| core_collections | map-macro | hashmap_core | |
|---|---|---|---|
| Health Score | 38 | 49 | 48 |
| Total Downloads | 16.5K | 360.7K | 154.8K |
| 30d Downloads | 77 | 39.3K | 5.2K |
| Dependents | 8 | 236 | 242 |
| Releases | 7 | 9 | 12 |
| Last Updated | 3274d ago | 788d ago | 2412d ago |
| Age | 10y 1m | 4y 10m | 8y 3m |
Health Breakdown
core_collections
Maintenance
4
Quality
12
Community
6
Popularity
5
Documentation
11
map-macro
Maintenance
7
Quality
17
Community
9
Popularity
7
Documentation
9
hashmap_core
Maintenance
4
Quality
17
Community
10
Popularity
6
Documentation
11
Technical Details
| core_collections | map-macro | hashmap_core | |
|---|---|---|---|
| Version | 0.3.20170409 | 0.3.0 | 0.1.11 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT/Apache-2.0 | MIT | Apache-2.0/MIT |
| Dependencies | 2 | 3 | 0 |
| Crate Size | 2.5MB | 10KB | 45KB |
| Features | 0 | 4 | 1 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | — | 2018 | — |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •map-macro leads with a health score of 49/100, but none of the options score above 80.
- •hashmap_core is depended on by 242 crates — strongest ecosystem trust.
- •⚠ core_collections, map-macro, hashmap_core have not been updated in over a year.