Decision Workspace
stdin_parser vs stdin_parser_derive vs derive_parser_macro
Side-by-side comparison of Rust crates
37
stdin_parser
growingv0.1.0
Parse stdin by defining a struct
34
stdin_parser_derive
growingv0.1.0
Parse stdin by defining a struct - trait derive
43
derive_parser_macro
experimentalv0.1.0
Derive macros for `derive_parser`
Core Metrics
| stdin_parser | stdin_parser_derive | derive_parser_macro | |
|---|---|---|---|
| Health Score | 37 | 34 | 43 |
| Total Downloads | 2.6K | 1.8K | 30 |
| 30d Downloads | 21 | 3 | 30 |
| Dependents | 1 | 0 | 1 |
| Releases | 1 | 1 | 1 |
| Last Updated | 2518d ago | 2518d ago | 25d ago |
| Age | 6y 10m | 6y 10m | 25d |
Health Breakdown
stdin_parser
Maintenance
1
Quality
16
Community
4
Popularity
4
Documentation
12
stdin_parser_derive
Maintenance
1
Quality
14
Community
3
Popularity
4
Documentation
12
derive_parser_macro
Maintenance
11
Quality
14
Community
6
Popularity
2
Documentation
10
Technical Details
| stdin_parser | stdin_parser_derive | derive_parser_macro | |
|---|---|---|---|
| Version | 0.1.0 | 0.1.0 | 0.1.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT | BSD-3-Clause |
| Dependencies | 0 | 4 | 3 |
| Crate Size | 1KB | 3KB | 13KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2018 | 2024 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •derive_parser_macro leads with a health score of 43/100, but none of the options score above 80.
- •stdin_parser has the most downloads (2.6K), suggesting wider adoption.
- •⚠ stdin_parser, stdin_parser_derive have not been updated in over a year.