Decision Workspace
match_string_macros vs expand vs match-string
Side-by-side comparison of Rust crates
44
match_string_macros
experimentalv0.1.1
Proc-macro to provide ergonomic pattern-matching syntax for the `match-string` crate
48
expand
growingv0.3.0
Macro to expand byte string and string literals
47
match-string
experimentalv0.1.2
Lightweight pattern-matching utilities for strings and sequences, with a proc-macro for ergonomic syntax
Core Metrics
| match_string_macros | expand | match-string | |
|---|---|---|---|
| Health Score | 44 | 48 | 47 |
| Total Downloads | 262 | 44.3K | 181 |
| 30d Downloads | 45 | 509 | 12 |
| Dependents | 3 | 31 | 0 |
| Releases | 2 | 7 | 3 |
| Last Updated | 93d ago | 1105d ago | 93d ago |
| Age | 3m | 5y 5m | 3m |
Health Breakdown
match_string_macros
Maintenance
12
Quality
14
Community
5
Popularity
3
Documentation
10
expand
Maintenance
4
Quality
15
Community
10
Popularity
6
Documentation
13
match-string
Maintenance
14
Quality
14
Community
6
Popularity
3
Documentation
10
Technical Details
| match_string_macros | expand | match-string | |
|---|---|---|---|
| Version | 0.1.1 | 0.3.0 | 0.1.2 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MPL-2.0 | MIT OR Apache-2.0 |
| Dependencies | 3 | 2 | 1 |
| Crate Size | 4KB | 9KB | 12KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2021 | 2024 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •expand leads with a health score of 48/100, but none of the options score above 80.
- •⚠ expand has not been updated in over a year.