Decision Workspace
ordered vs ord_subset vs partial-cmp-derive
Side-by-side comparison of Rust crates
55
ordered
growingv0.4.0
A wrapper for adding arbitrary partial/total order to a type.
59
ord_subset
growingv3.1.2
Tools for working with the Ord subset of certain PartialOrd types, like floats.
52
partial-cmp-derive
experimentalv0.3.1
Derive PartialEq, Eq, PartialOrd, Ord, and Hash with fine-grained control over field comparison
Core Metrics
| ordered | ord_subset | partial-cmp-derive | |
|---|---|---|---|
| Health Score | 55 | 59 | 52 |
| Total Downloads | 74.6K | 1.9M | 225 |
| 30d Downloads | 1.2K | 6.5K | 14 |
| Dependents | 35 | 38 | 0 |
| Releases | 8 | 9 | 8 |
| Last Updated | 418d ago | 140d ago | 107d ago |
| Age | 2y 3m | 10y 7m | 3m |
Health Breakdown
ordered
Maintenance
7
Quality
16
Community
11
Popularity
6
Documentation
15
ord_subset
Maintenance
8
Quality
24
Community
7
Popularity
8
Documentation
12
partial-cmp-derive
Maintenance
17
Quality
13
Community
6
Popularity
3
Documentation
13
Technical Details
| ordered | ord_subset | partial-cmp-derive | |
|---|---|---|---|
| Version | 0.4.0 | 3.1.2 | 0.3.1 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | CC0-1.0 | MIT/Apache-2.0 | MIT |
| Dependencies | 0 | 0 | 4 |
| Crate Size | 12KB | 17KB | 19KB |
| Features | 0 | 5 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2015 | 2024 |
| MSRV | 1.63.0 | — | — |
| Owners | 2 | 1 | 1 |
Links
Quick Verdict
- •ord_subset leads with a health score of 59/100, but none of the options score above 80.
- •⚠ ordered has not been updated in over a year.
- •ordered, partial-cmp-derive are pre-1.0 — API may change.