Decision Workspace
bevy_args vs argh vs bpaf
Side-by-side comparison of Rust crates
61
bevy_args
stablev3.0.0
bevy plugin to parse command line arguments and URL query parameters
67
argh
growingv0.1.19
Derive-based argument parsing optimized for code size
67
bpaf
growingv0.9.24
A simple Command Line Argument Parser with parser combinators
Core Metrics
| bevy_args | argh | bpaf | |
|---|---|---|---|
| Health Score | 61 | 67 | 67 |
| Total Downloads | 20.3K | 11.8M | 4.9M |
| 30d Downloads | 438 | 643.5K | 522.1K |
| Dependents | 141 | 3.7K | 1.1K |
| Releases | 15 | 20 | 66 |
| Last Updated | 73d ago | 11d ago | 14d ago |
| Age | 2y 2m | 6y 9m | 4y |
Health Breakdown
bevy_args
Maintenance
16
Quality
21
Community
9
Popularity
5
Documentation
10
argh
Maintenance
16
Quality
16
Community
18
Popularity
8
Documentation
9
bpaf
Maintenance
18
Quality
16
Community
13
Popularity
8
Documentation
12
Technical Details
| bevy_args | argh | bpaf | |
|---|---|---|---|
| Version | 3.0.0 | 0.1.19 | 0.9.24 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | MIT | BSD-3-Clause | MIT OR Apache-2.0 |
| Dependencies | 7 | 5 | 3 |
| Crate Size | 17KB | 32KB | 180KB |
| Features | 2 | 4 | 9 |
| Yanked % | 0.0% | 0.0% | 1.5% |
| Edition | 2021 | 2018 | 2021 |
| MSRV | — | — | 1.68 |
| Owners | 1 | 6 | 1 |
Links
Quick Verdict
- •argh leads with a health score of 67/100, but none of the options score above 80.
- •argh is depended on by 3.7K crates — strongest ecosystem trust.
- •argh, bpaf are pre-1.0 — API may change.