Decision Workspace
syn_str vs quote-alias vs quote-doctest
Side-by-side comparison of Rust crates
44
syn_str
growingv0.1.58
This library is what syn is to proc_macro::TokenStream for proc_macro::TokenStream::to_string,quote! being format! with String::parse::<TokenStream>.
52
quote-alias
growingv1.0.3
A helper macro for easily reusing static token streams
47
quote-doctest
growingv0.3.2
A simple doctest generator for quote
Core Metrics
| syn_str | quote-alias | quote-doctest | |
|---|---|---|---|
| Health Score | 44 | 52 | 47 |
| Total Downloads | 17.7K | 5.4K | 12.0K |
| 30d Downloads | 68 | 7 | 34 |
| Dependents | 6 | 0 | 9 |
| Releases | 12 | 4 | 9 |
| Last Updated | 2258d ago | 751d ago | 1446d ago |
| Age | 6y 2m | 2y | 3y 12m |
Health Breakdown
syn_str
Maintenance
10
Quality
12
Community
8
Popularity
5
Documentation
9
quote-alias
Maintenance
10
Quality
20
Community
5
Popularity
4
Documentation
13
quote-doctest
Maintenance
5
Quality
16
Community
8
Popularity
5
Documentation
13
Technical Details
| syn_str | quote-alias | quote-doctest | |
|---|---|---|---|
| Version | 0.1.58 | 1.0.3 | 0.3.2 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | Apache-2.0/MIT | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 2 | 2 | 4 |
| Crate Size | 20KB | 6KB | 7KB |
| Features | 0 | 0 | 2 |
| Yanked % | 8.3% | 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.
- •syn_str has the most downloads (17.7K), suggesting wider adoption.
- •⚠ syn_str, quote-alias, quote-doctest have not been updated in over a year.
- •syn_str, quote-doctest are pre-1.0 — API may change.