Decision Workspace
boolenum vs unit-enum vs clap_derive
Side-by-side comparison of Rust crates
40
boolenum
growingv0.1.0
Derive From<bool> and Into<bool> for your boolean enums
59
unit-enum
stablev1.5.0
A procedural macro for deriving ordinal methods in unit-like enums for Rust.
79
clap_derive
stablev4.6.0
Parse command line argument by defining a struct, derive crate.
Core Metrics
| boolenum | unit-enum | clap_derive | |
|---|---|---|---|
| Health Score | 40 | 59 | 79 |
| Total Downloads | 650.0K | 7.8K | 445.8M |
| 30d Downloads | 33.5K | 62 | 35.1M |
| Dependents | 12 | 2 | 3.1K |
| Releases | 1 | 9 | 89 |
| Last Updated | 2107d ago | 23d ago | 15d ago |
| Age | 5y 9m | 2y | 5y 10m |
Health Breakdown
boolenum
Maintenance
1
Quality
14
Community
6
Popularity
7
Documentation
12
unit-enum
Maintenance
18
Quality
20
Community
4
Popularity
5
Documentation
12
clap_derive
Maintenance
18
Quality
21
Community
20
Popularity
8
Documentation
12
Technical Details
| boolenum | unit-enum | clap_derive | |
|---|---|---|---|
| Version | 0.1.0 | 1.5.0 | 4.6.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 5 | 3 | 6 |
| Crate Size | 3KB | 15KB | 33KB |
| Features | 0 | 0 | 6 |
| Yanked % | 0.0% | 0.0% | 1.1% |
| Edition | 2018 | 2021 | 2024 |
| MSRV | — | 1.71 | 1.85 |
| Owners | 1 | 1 | 2 (team) |
Links
Quick Verdict
- •clap_derive leads with a health score of 79/100, but none of the options score above 80.
- •clap_derive is depended on by 3.1K crates — strongest ecosystem trust.
- •⚠ boolenum has not been updated in over a year.
- •boolenum is pre-1.0 — API may change.