Decision Workspace
affix-macro vs fastxfix vs prefix_parser
Side-by-side comparison of Rust crates
43
affix-macro
experimentalv1.0.0
Macros for affixing tokens to groups of other tokens.
56
fastxfix
growingv1.0.0
Extremely fast prefix/suffix finder for any 2D data type
46
prefix_parser
experimentalv0.2.0
A parser for numbers with binary prefixes on the end. EX: Turning 1KB into 1000.
Core Metrics
| affix-macro | fastxfix | prefix_parser | |
|---|---|---|---|
| Health Score | 43 | 56 | 46 |
| Total Downloads | 37 | 3.7K | 1.2K |
| 30d Downloads | 3 | 12 | 21 |
| Dependents | 0 | 0 | 0 |
| Releases | 1 | 9 | 3 |
| Last Updated | 115d ago | 74d ago | 171d ago |
| Age | 3m | 11m | 8m |
Health Breakdown
affix-macro
Maintenance
7
Quality
17
Community
6
Popularity
2
Documentation
11
fastxfix
Maintenance
15
Quality
17
Community
5
Popularity
4
Documentation
15
prefix_parser
Maintenance
11
Quality
15
Community
6
Popularity
4
Documentation
10
Technical Details
| affix-macro | fastxfix | prefix_parser | |
|---|---|---|---|
| Version | 1.0.0 | 1.0.0 | 0.2.0 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✗ No |
| License | Unlicense | MIT | Apache-2.0 OR MIT |
| Dependencies | 1 | 2 | 0 |
| Crate Size | 4KB | 9KB | 9KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2024 | 2024 |
| MSRV | 1.31 | 1.89 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •fastxfix leads with a health score of 56/100, but none of the options score above 80.
- •prefix_parser is pre-1.0 — API may change.