Decision Workspace
derive_parser vs derive_parser_macro vs ketchup
Side-by-side comparison of Rust crates
39
derive_parser
experimentalv0.1.0
Derive a parser from your CST
43
derive_parser_macro
experimentalv0.1.0
Derive macros for `derive_parser`
50
ketchup
growingv2.0.2
A parser that can *ketch-up* with your programming language.
Core Metrics
| derive_parser | derive_parser_macro | ketchup | |
|---|---|---|---|
| Health Score | 39 | 43 | 50 |
| Total Downloads | 14 | 30 | 12.3K |
| 30d Downloads | 14 | 30 | 36 |
| Dependents | 0 | 1 | 3 |
| Releases | 1 | 1 | 12 |
| Last Updated | 25d ago | 25d ago | 469d ago |
| Age | 25d | 25d | 2y |
Health Breakdown
derive_parser
Maintenance
11
Quality
12
Community
5
Popularity
1
Documentation
10
derive_parser_macro
Maintenance
11
Quality
14
Community
6
Popularity
2
Documentation
10
ketchup
Maintenance
7
Quality
20
Community
8
Popularity
5
Documentation
10
Technical Details
| derive_parser | derive_parser_macro | ketchup | |
|---|---|---|---|
| Version | 0.1.0 | 0.1.0 | 2.0.2 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | BSD-3-Clause | BSD-3-Clause | MIT OR Apache-2.0 |
| Dependencies | 9 | 3 | 0 |
| Crate Size | 20KB | 13KB | 15KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •ketchup leads with a health score of 50/100, but none of the options score above 80.
- •⚠ ketchup has not been updated in over a year.
- •derive_parser, derive_parser_macro are pre-1.0 — API may change.