Decision Workspace
topo_sort vs topologic vs compile_time_sort
Side-by-side comparison of Rust crates
50
topo_sort
growingv0.4.0
A 'cycle-safe' topological sort for a set of nodes with dependencies
51
topologic
growingv1.1.0
Topological sorting of Acyclic Dependency Graphs
61
compile_time_sort
stablev1.2.2
Sort arrays and slices of primitives in const contexts.
Core Metrics
| topo_sort | topologic | compile_time_sort | |
|---|---|---|---|
| Health Score | 50 | 51 | 61 |
| Total Downloads | 309.6K | 37.6K | 19.6K |
| 30d Downloads | 20.5K | 9.0K | 68 |
| Dependents | 33 | 28 | 3 |
| Releases | 11 | 3 | 31 |
| Last Updated | 1561d ago | 794d ago | 56d ago |
| Age | 4y 3m | 2y 8m | 1y 3m |
Health Breakdown
topo_sort
Maintenance
4
Quality
16
Community
10
Popularity
7
Documentation
13
topologic
Maintenance
5
Quality
21
Community
10
Popularity
5
Documentation
10
compile_time_sort
Maintenance
16
Quality
18
Community
8
Popularity
5
Documentation
14
Technical Details
| topo_sort | topologic | compile_time_sort | |
|---|---|---|---|
| Version | 0.4.0 | 1.1.0 | 1.2.2 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT OR Apache-2.0 | MIT | MIT OR Apache-2.0 |
| Dependencies | 2 | 0 | 4 |
| Crate Size | 12KB | 4KB | 11KB |
| Features | 1 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2018 |
| MSRV | — | — | 1.54.0 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •compile_time_sort leads with a health score of 61/100, but none of the options score above 80.
- •topo_sort has the most downloads (309.6K), suggesting wider adoption.
- •⚠ topo_sort, topologic have not been updated in over a year.
- •topo_sort is pre-1.0 — API may change.