Decision Workspace
delegate-match vs easy-macros vs lombok-macros
Side-by-side comparison of Rust crates
46
delegate-match
experimentalv0.2.0
Proc-macro for delegation of grouped match arms
63
easy-macros
growingv1.1.3
Toolkit for building Rust procedural macros + generating debug info
65
lombok-macros
stablev2.0.27
A Rust procedural macro collection providing Lombok-like functionality. Automatically generates getters/setters with field-level visibility control, custom Debug implementations with field skipping, and Display trait implementations. Supports structs, enums, generics and lifetimes.
Core Metrics
| delegate-match | easy-macros | lombok-macros | |
|---|---|---|---|
| Health Score | 46 | 63 | 65 |
| Total Downloads | 828 | 606 | 57.2K |
| 30d Downloads | 6 | 97 | 1.3K |
| Dependents | 0 | 27 | 1.7K |
| Releases | 2 | 8 | 97 |
| Last Updated | 198d ago | 20d ago | 24d ago |
| Age | 9m | 6m | 1y 3m |
Health Breakdown
delegate-match
Maintenance
9
Quality
14
Community
5
Popularity
3
Documentation
15
easy-macros
Maintenance
18
Quality
19
Community
10
Popularity
3
Documentation
13
lombok-macros
Maintenance
17
Quality
18
Community
14
Popularity
6
Documentation
10
Technical Details
| delegate-match | easy-macros | lombok-macros | |
|---|---|---|---|
| Version | 0.2.0 | 1.1.3 | 2.0.27 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT OR Apache-2.0 | Apache-2.0 | MIT |
| Dependencies | 5 | 14 | 3 |
| Crate Size | 16KB | 16KB | 19KB |
| Features | 1 | 21 | 0 |
| Yanked % | 0.0% | 0.0% | 2.1% |
| Edition | 2021 | 2024 | 2024 |
| MSRV | 1.81.0 | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •lombok-macros leads with a health score of 65/100, but none of the options score above 80.
- •lombok-macros is depended on by 1.7K crates — strongest ecosystem trust.
- •delegate-match is pre-1.0 — API may change.