Decision Workspace
easygraph vs graph_builder vs graph_csr
Side-by-side comparison of Rust crates
47
easygraph
experimentalv0.2.0
Lightweight undirected graph with sorted adjacency lists, modeled on Graphs.jl
55
graph_builder
growingv0.4.2
A building block for high-performant graph algorithms.
50
graph_csr
growingv1.0.2
A crate that provides utility functions for manipulating graphs in a CSR format, used as the baseline for constructing powerful graph algorithms.
Core Metrics
| easygraph | graph_builder | graph_csr | |
|---|---|---|---|
| Health Score | 47 | 55 | 50 |
| Total Downloads | 113 | 91.6K | 12.1K |
| 30d Downloads | 0 | 3.1K | 0 |
| Dependents | 0 | 32 | 0 |
| Releases | 2 | 8 | 10 |
| Last Updated | 97d ago | 33d ago | 1412d ago |
| Age | 3m | 4y 6m | 3y 10m |
Health Breakdown
easygraph
Maintenance
12
Quality
15
Community
6
Popularity
2
Documentation
12
graph_builder
Maintenance
15
Quality
13
Community
9
Popularity
6
Documentation
12
graph_csr
Maintenance
10
Quality
19
Community
6
Popularity
5
Documentation
10
Technical Details
| easygraph | graph_builder | graph_csr | |
|---|---|---|---|
| Version | 0.2.0 | 0.4.2 | 1.0.2 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT | MIT | MIT |
| Dependencies | 7 | 30 | 6 |
| Crate Size | 56KB | 75KB | 12KB |
| Features | 3 | 2 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | 1.70 | 1.86 | — |
| Owners | 1 | 2 | 1 |
Links
Quick Verdict
- •graph_builder leads with a health score of 55/100, but none of the options score above 80.
- •⚠ graph_csr has not been updated in over a year.
- •easygraph, graph_builder are pre-1.0 — API may change.