Decision Workspace
leveled-hash-map vs seedable_hash vs bevy_map_core
Side-by-side comparison of Rust crates
59
leveled-hash-map
stablev1.2.0
A structure to separate values into different levels with keys. Every key-value entry which is not at the top level has a parent key at the superior level. Keys at the same level are unique, no matter what parent keys they have.
57
seedable_hash
growingv0.2.3
The library for calculating seedable hashes and fast reduction of their ranges.
55
bevy_map_core
experimentalv0.6.0
Core data structures for bevy_map_editor - Level, Layer, Tileset, Entity
Core Metrics
| leveled-hash-map | seedable_hash | bevy_map_core | |
|---|---|---|---|
| Health Score | 59 | 57 | 55 |
| Total Downloads | 20.3K | 377.0K | 1.3K |
| 30d Downloads | 0 | 15.9K | 0 |
| Dependents | 0 | 16 | 45 |
| Releases | 16 | 11 | 9 |
| Last Updated | 4d ago | 151d ago | 138d ago |
| Age | 7y 8m | 1y 8m | 6m |
Health Breakdown
leveled-hash-map
Maintenance
16
Quality
21
Community
5
Popularity
5
Documentation
12
seedable_hash
Maintenance
12
Quality
16
Community
9
Popularity
7
Documentation
13
bevy_map_core
Maintenance
13
Quality
15
Community
11
Popularity
4
Documentation
12
Technical Details
| leveled-hash-map | seedable_hash | bevy_map_core | |
|---|---|---|---|
| Version | 1.2.0 | 0.2.3 | 0.6.0 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | MIT | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 0 | 7 | 6 |
| Crate Size | 7KB | 8KB | 54KB |
| Features | 0 | 2 | 2 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2021 | 2021 |
| MSRV | 1.87 | — | 1.76.0 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •leveled-hash-map leads with a health score of 59/100, but none of the options score above 80.
- •seedable_hash has the most downloads (377.0K), suggesting wider adoption.
- •seedable_hash, bevy_map_core are pre-1.0 — API may change.