Decision Workspace
ordered vs ord_subset vs impartial-ord
Side-by-side comparison of Rust crates
55
ordered
growingv0.4.0
A wrapper for adding arbitrary partial/total order to a type.
58
ord_subset
growingv3.1.2
Tools for working with the Ord subset of certain PartialOrd types, like floats.
52
impartial-ord
growingv1.0.6
Derives a quicker PartialOrd for types that already implement Ord
Core Metrics
| ordered | ord_subset | impartial-ord | |
|---|---|---|---|
| Health Score | 55 | 58 | 52 |
| Total Downloads | 92.5K | 1.9M | 2.2M |
| 30d Downloads | 10.3K | 9.4K | 275.5K |
| Dependents | 37 | 38 | 13 |
| Releases | 8 | 9 | 7 |
| Last Updated | 477d ago | 199d ago | 709d ago |
| Age | 2y 5m | 10y 9m | 3y 2m |
Health Breakdown
ordered
Maintenance
7
Quality
16
Community
11
Popularity
6
Documentation
15
ord_subset
Maintenance
7
Quality
24
Community
7
Popularity
8
Documentation
12
impartial-ord
Maintenance
4
Quality
20
Community
8
Popularity
8
Documentation
12
Technical Details
| ordered | ord_subset | impartial-ord | |
|---|---|---|---|
| Version | 0.4.0 | 3.1.2 | 1.0.6 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | CC0-1.0 | MIT/Apache-2.0 | MIT |
| Dependencies | 0 | 0 | 3 |
| Crate Size | 12KB | 17KB | 2KB |
| Features | 0 | 5 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2015 | 2021 |
| MSRV | 1.63.0 | — | 1.56.0 |
| Owners | 2 | 1 | 1 |
Links
Quick Verdict
- •ord_subset leads with a health score of 58/100, but none of the options score above 80.
- •impartial-ord has the most downloads (2.2M), suggesting wider adoption.
- •⚠ ordered, impartial-ord have not been updated in over a year.
- •ordered is pre-1.0 — API may change.