Decision Workspace
disable_macro vs error-tree vs variant-builder-macro
Side-by-side comparison of Rust crates
44
disable_macro
growingv0.3.6
This simple crate lets us disable a block of code with an attribute #[disable].
47
error-tree
growingv0.6.0
This crate let's us use the `error_tree!` proc macro for ergonomic error hierarchy definition
41
variant-builder-macro
growingv0.3.0
This crate gives us the VariantBuider proc macro which can be used to streamline creting an enum from wrapping variants each using the builder pattern.
Core Metrics
| disable_macro | error-tree | variant-builder-macro | |
|---|---|---|---|
| Health Score | 44 | 47 | 41 |
| Total Downloads | 27.0K | 45.1K | 2.2K |
| 30d Downloads | 2.6K | 3.9K | 23 |
| Dependents | 32 | 100 | 1 |
| Releases | 3 | 7 | 3 |
| Last Updated | 644d ago | 480d ago | 270d ago |
| Age | 1y 9m | 1y 10m | 1y 3m |
Health Breakdown
disable_macro
Maintenance
5
Quality
15
Community
9
Popularity
5
Documentation
10
error-tree
Maintenance
8
Quality
13
Community
10
Popularity
6
Documentation
10
variant-builder-macro
Maintenance
8
Quality
13
Community
6
Popularity
4
Documentation
10
Technical Details
| disable_macro | error-tree | variant-builder-macro | |
|---|---|---|---|
| Version | 0.3.6 | 0.6.0 | 0.3.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT | MIT |
| Dependencies | 3 | 9 | 8 |
| Crate Size | 2KB | 20KB | 15KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •error-tree leads with a health score of 47/100, but none of the options score above 80.
- •⚠ disable_macro, error-tree have not been updated in over a year.