Decision Workspace
proc_strarray vs str-macro vs url-static
Side-by-side comparison of Rust crates
51
proc_strarray
growingv1.7.0
Create const u8 array from str or byte str literal
56
str-macro
growingv1.0.1
The str!() macro, similar to vec![] but for strings
54
url-static
experimentalv0.1.4
Simple macro for compile-time URL validation
Core Metrics
| proc_strarray | str-macro | url-static | |
|---|---|---|---|
| Health Score | 51 | 56 | 54 |
| Total Downloads | 8.6K | 1.1M | 155 |
| 30d Downloads | 30 | 13.9K | 155 |
| Dependents | 2 | 97 | 2 |
| Releases | 11 | 7 | 5 |
| Last Updated | 301d ago | 162d ago | 25d ago |
| Age | 1y 8m | 6y 11m | 27d |
Health Breakdown
proc_strarray
Maintenance
9
Quality
19
Community
6
Popularity
5
Documentation
12
str-macro
Maintenance
9
Quality
21
Community
10
Popularity
7
Documentation
9
url-static
Maintenance
17
Quality
15
Community
7
Popularity
3
Documentation
12
Technical Details
| proc_strarray | str-macro | url-static | |
|---|---|---|---|
| Version | 1.7.0 | 1.0.1 | 0.1.4 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✗ No |
| License | MIT OR Apache-2.0 | MIT | MIT OR Apache-2.0 |
| Dependencies | 3 | 0 | 5 |
| Crate Size | 9KB | 4KB | 12KB |
| Features | 0 | 0 | 3 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2018 | 2024 |
| MSRV | 1.56.0 | — | 1.85.1 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •str-macro leads with a health score of 56/100, but none of the options score above 80.
- •url-static is pre-1.0 — API may change.