Decision Workspace
simple_getopt vs getopt3 vs lexopt
Side-by-side comparison of Rust crates
39
simple_getopt
growingv0.2.1
A simple, getopt-style command-line argument parser for Rust. - (YAGP).
65
getopt3
stablev2.6.1
Zero dependency command line argument parser
64
lexopt
growingv0.3.2
Minimalist pedantic command line parser
Core Metrics
| simple_getopt | getopt3 | lexopt | |
|---|---|---|---|
| Health Score | 39 | 65 | 64 |
| Total Downloads | 4.2K | 21.3K | 8.2M |
| 30d Downloads | 5 | 239 | 539.2K |
| Dependents | 2 | 83 | 1.2K |
| Releases | 4 | 51 | 6 |
| Last Updated | 219d ago | 57d ago | 27d ago |
| Age | 4y 8m | 3y | 4y 8m |
Health Breakdown
simple_getopt
Maintenance
6
Quality
9
Community
7
Popularity
4
Documentation
13
getopt3
Maintenance
16
Quality
21
Community
11
Popularity
5
Documentation
12
lexopt
Maintenance
15
Quality
16
Community
13
Popularity
8
Documentation
12
Technical Details
| simple_getopt | getopt3 | lexopt | |
|---|---|---|---|
| Version | 0.2.1 | 2.6.1 | 0.3.2 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT | MIT | MIT |
| Dependencies | 1 | 0 | 0 |
| Crate Size | 5KB | 15KB | 27KB |
| Features | 0 | 0 | 0 |
| Yanked % | 50.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2018 |
| MSRV | — | 1.56.0 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •getopt3 leads with a health score of 65/100, but none of the options score above 80.
- •lexopt has the most downloads (8.2M), suggesting wider adoption.
- •lexopt is depended on by 1.2K crates — strongest ecosystem trust.
- •simple_getopt, lexopt are pre-1.0 — API may change.