Decision Workspace
graph_csr vs graph_builder vs easygraph
Side-by-side comparison of Rust crates
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.
48
graph_builder
growingv0.4.1
A building block for high-performant graph algorithms.
46
easygraph
experimentalv0.2.0
Lightweight undirected graph with sorted adjacency lists, modeled on Graphs.jl
Core Metrics
| graph_csr | graph_builder | easygraph | |
|---|---|---|---|
| Health Score | 50 | 48 | 46 |
| Total Downloads | 12.0K | 83.7K | 98 |
| 30d Downloads | 0 | 2.3K | 0 |
| Dependents | 0 | 28 | 0 |
| Releases | 10 | 7 | 2 |
| Last Updated | 1363d ago | 522d ago | 48d ago |
| Age | 3y 9m | 4y 4m | 1m |
Health Breakdown
graph_csr
Maintenance
10
Quality
19
Community
6
Popularity
5
Documentation
10
graph_builder
Maintenance
8
Quality
13
Community
9
Popularity
6
Documentation
12
easygraph
Maintenance
11
Quality
15
Community
6
Popularity
2
Documentation
12
Technical Details
| graph_csr | graph_builder | easygraph | |
|---|---|---|---|
| Version | 1.0.2 | 0.4.1 | 0.2.0 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | MIT | MIT | MIT |
| Dependencies | 6 | 29 | 7 |
| Crate Size | 12KB | 56KB | 56KB |
| Features | 0 | 2 | 3 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | 1.70 | 1.70 |
| Owners | 1 | 2 | 1 |
Links
Quick Verdict
- •graph_csr leads with a health score of 50/100, but none of the options score above 80.
- •graph_builder has the most downloads (83.7K), suggesting wider adoption.
- •⚠ graph_csr, graph_builder have not been updated in over a year.
- •graph_builder, easygraph are pre-1.0 — API may change.