Decision Workspace
mapgraph vs osmgraph vs id-vec
Side-by-side comparison of Rust crates
45
mapgraph
growingv0.12.0
A directed graph that can also be used as an arbitrary map.
50
osmgraph
growingv0.4.1
Convert OSM queries into graphs.
39
id-vec
growingv0.5.7
Simplify Graphs in Rust. Introduces IdVec, which automatically creates Ids for each new object, reusing deleted Ids.
Core Metrics
| mapgraph | osmgraph | id-vec | |
|---|---|---|---|
| Health Score | 45 | 50 | 39 |
| Total Downloads | 20.5K | 5.1K | 22.6K |
| 30d Downloads | 77 | 8 | 118 |
| Dependents | 0 | 0 | 0 |
| Releases | 17 | 6 | 8 |
| Last Updated | 542d ago | 77d ago | 2720d ago |
| Age | 3y 1m | 1y 7m | 7y 8m |
Health Breakdown
mapgraph
Maintenance
7
Quality
13
Community
5
Popularity
5
Documentation
15
osmgraph
Maintenance
14
Quality
13
Community
6
Popularity
4
Documentation
13
id-vec
Maintenance
4
Quality
16
Community
6
Popularity
5
Documentation
8
Technical Details
| mapgraph | osmgraph | id-vec | |
|---|---|---|---|
| Version | 0.12.0 | 0.4.1 | 0.5.7 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT | MIT |
| Dependencies | 5 | 9 | 0 |
| Crate Size | 40KB | 31KB | 12KB |
| Features | 6 | 0 | 0 |
| Yanked % | 11.8% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | — |
| MSRV | 1.66 | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •osmgraph leads with a health score of 50/100, but none of the options score above 80.
- •id-vec has the most downloads (22.6K), suggesting wider adoption.
- •⚠ mapgraph, id-vec have not been updated in over a year.