Decision Workspace
fynch vs clap-sort vs compile_time_sort
Side-by-side comparison of Rust crates
50
fynch
experimentalv0.1.1
Differentiable sorting and ranking: PAVA, Fenchel-Young losses, and O(n log n) FastSoftSort
67
clap-sort
experimentalv1.0.3
Validate that clap Subcommand enums are sorted alphabetically
61
compile_time_sort
stablev1.2.2
Sort arrays and slices of primitives in const contexts.
Core Metrics
| fynch | clap-sort | compile_time_sort | |
|---|---|---|---|
| Health Score | 50 | 67 | 61 |
| Total Downloads | 95 | 21.2K | 19.6K |
| 30d Downloads | 84 | 4.4K | 68 |
| Dependents | 4 | 105 | 3 |
| Releases | 2 | 8 | 31 |
| Last Updated | 19d ago | 144d ago | 56d ago |
| Age | 2m | 4m | 1y 3m |
Health Breakdown
fynch
Maintenance
13
Quality
14
Community
8
Popularity
2
Documentation
13
clap-sort
Maintenance
18
Quality
17
Community
12
Popularity
5
Documentation
15
compile_time_sort
Maintenance
16
Quality
18
Community
8
Popularity
5
Documentation
14
Technical Details
| fynch | clap-sort | compile_time_sort | |
|---|---|---|---|
| Version | 0.1.1 | 1.0.3 | 1.2.2 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 11 | 2 | 4 |
| Crate Size | 37KB | 8KB | 11KB |
| Features | 3 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | 2018 |
| MSRV | — | 1.88 | 1.54.0 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •clap-sort leads with a health score of 67/100, but none of the options score above 80.
- •clap-sort is depended on by 105 crates — strongest ecosystem trust.
- •fynch is pre-1.0 — API may change.