Decision Workspace
delay_map vs map-macro vs core_collections
Side-by-side comparison of Rust crates
48
delay_map
growingv0.4.1
HashMap collections whose entries expire after a given time
49
map-macro
growingv0.3.0
Declarative macros for statically initializing collections
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.
Core Metrics
| delay_map | map-macro | core_collections | |
|---|---|---|---|
| Health Score | 48 | 49 | 38 |
| Total Downloads | 2.4M | 360.7K | 16.5K |
| 30d Downloads | 244.6K | 39.3K | 77 |
| Dependents | 28 | 236 | 8 |
| Releases | 7 | 9 | 7 |
| Last Updated | 375d ago | 788d ago | 3274d ago |
| Age | 4y 1m | 4y 10m | 10y 1m |
Health Breakdown
delay_map
Maintenance
6
Quality
14
Community
10
Popularity
8
Documentation
10
map-macro
Maintenance
7
Quality
17
Community
9
Popularity
7
Documentation
9
core_collections
Maintenance
4
Quality
12
Community
6
Popularity
5
Documentation
11
Technical Details
| delay_map | map-macro | core_collections | |
|---|---|---|---|
| Version | 0.4.1 | 0.3.0 | 0.3.20170409 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | Apache-2.0 | MIT | MIT/Apache-2.0 |
| Dependencies | 5 | 3 | 2 |
| Crate Size | 13KB | 10KB | 2.5MB |
| Features | 0 | 4 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 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.
- •delay_map has the most downloads (2.4M), suggesting wider adoption.
- •map-macro is depended on by 236 crates — strongest ecosystem trust.
- •⚠ delay_map, map-macro, core_collections have not been updated in over a year.