Decision Workspace
micro_args vs nanoargs vs immargs_macros
Side-by-side comparison of Rust crates
41
micro_args
experimentalv0.1.0
A lightweight library for parsing command-line arguments in Rust with no external dependencies.
48
nanoargs
experimentalv0.6.0
A minimal, zero-dependency argument parser for Rust CLI applications
47
immargs_macros
experimentalv0.1.4
No-hassle, on-the-spot, command line argument parser
Core Metrics
| micro_args | nanoargs | immargs_macros | |
|---|---|---|---|
| Health Score | 41 | 48 | 47 |
| Total Downloads | 16 | 167 | 989 |
| 30d Downloads | 3 | 43 | 27 |
| Dependents | 0 | 0 | 5 |
| Releases | 1 | 11 | 5 |
| Last Updated | 67d ago | 30d ago | 60d ago |
| Age | 2m | 1m | 6m |
Health Breakdown
micro_args
Maintenance
9
Quality
15
Community
6
Popularity
1
Documentation
10
nanoargs
Maintenance
17
Quality
13
Community
5
Popularity
3
Documentation
10
immargs_macros
Maintenance
14
Quality
14
Community
5
Popularity
4
Documentation
10
Technical Details
| micro_args | nanoargs | immargs_macros | |
|---|---|---|---|
| Version | 0.1.0 | 0.6.0 | 0.1.4 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT | MIT OR Apache-2.0 |
| Dependencies | 0 | 2 | 3 |
| Crate Size | 9KB | 1.3MB | 14KB |
| Features | 0 | 1 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2021 | 2024 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •nanoargs leads with a health score of 48/100, but none of the options score above 80.
- •immargs_macros has the most downloads (989), suggesting wider adoption.