Decision Workspace
proc-quote-impl vs quote-alias vs template-quote
Side-by-side comparison of Rust crates
39
proc-quote-impl
growingv0.3.2
A procedural macro implementation of quote!.
52
quote-alias
growingv1.0.3
A helper macro for easily reusing static token streams
46
template-quote
growingv0.4.2
A new-fasioned quote! macro implementation with pretty template-engine like syntax
Core Metrics
| proc-quote-impl | quote-alias | template-quote | |
|---|---|---|---|
| Health Score | 39 | 52 | 46 |
| Total Downloads | 1.8M | 5.4K | 28.0K |
| 30d Downloads | 190.2K | 7 | 1.9K |
| Dependents | 10 | 0 | 106 |
| Releases | 9 | 4 | 8 |
| Last Updated | 2195d ago | 751d ago | 536d ago |
| Age | 7y 1m | 2y | 3y 3m |
Health Breakdown
proc-quote-impl
Maintenance
4
Quality
11
Community
8
Popularity
7
Documentation
9
quote-alias
Maintenance
10
Quality
20
Community
5
Popularity
4
Documentation
13
template-quote
Maintenance
5
Quality
15
Community
11
Popularity
5
Documentation
10
Technical Details
| proc-quote-impl | quote-alias | template-quote | |
|---|---|---|---|
| Version | 0.3.2 | 1.0.3 | 0.4.2 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT/Apache-2.0 | MIT OR Apache-2.0 | MIT |
| Dependencies | 3 | 2 | 3 |
| Crate Size | 9KB | 6KB | 9KB |
| Features | 0 | 0 | 0 |
| Yanked % | 11.1% | 0.0% | 0.0% |
| Edition | 2018 | 2021 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •quote-alias leads with a health score of 52/100, but none of the options score above 80.
- •proc-quote-impl has the most downloads (1.8M), suggesting wider adoption.
- •template-quote is depended on by 106 crates — strongest ecosystem trust.
- •⚠ proc-quote-impl, quote-alias, template-quote have not been updated in over a year.
- •proc-quote-impl, template-quote are pre-1.0 — API may change.