Decision Workspace
abbreviation-trait vs error-tree vs variant-builder-macro
Side-by-side comparison of Rust crates
45
abbreviation-trait
growingv0.3.0
This crate provides the Abbreviation and TryFromAbbreviation traits, common in the north-america, europe, south-america, etc crates
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
| abbreviation-trait | error-tree | variant-builder-macro | |
|---|---|---|---|
| Health Score | 45 | 47 | 41 |
| Total Downloads | 4.7K | 45.1K | 2.2K |
| 30d Downloads | 177 | 3.9K | 23 |
| Dependents | 40 | 100 | 1 |
| Releases | 3 | 7 | 3 |
| Last Updated | 418d ago | 480d ago | 270d ago |
| Age | 1y 3m | 1y 10m | 1y 3m |
Health Breakdown
abbreviation-trait
Maintenance
6
Quality
16
Community
9
Popularity
4
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
| abbreviation-trait | error-tree | variant-builder-macro | |
|---|---|---|---|
| Version | 0.3.0 | 0.6.0 | 0.3.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT | MIT |
| Dependencies | 0 | 9 | 8 |
| Crate Size | 1KB | 20KB | 15KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 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.
- •⚠ abbreviation-trait, error-tree have not been updated in over a year.