Decision Workspace
fastxfix vs prefix_parser vs affix-macro
Side-by-side comparison of Rust crates
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.
43
affix-macro
experimentalv1.0.0
Macros for affixing tokens to groups of other tokens.
Core Metrics
| fastxfix | prefix_parser | affix-macro | |
|---|---|---|---|
| Health Score | 56 | 46 | 43 |
| Total Downloads | 3.7K | 1.2K | 37 |
| 30d Downloads | 12 | 21 | 3 |
| Dependents | 0 | 0 | 0 |
| Releases | 9 | 3 | 1 |
| Last Updated | 74d ago | 171d ago | 115d ago |
| Age | 11m | 8m | 3m |
Health Breakdown
fastxfix
Maintenance
15
Quality
17
Community
5
Popularity
4
Documentation
15
prefix_parser
Maintenance
11
Quality
15
Community
6
Popularity
4
Documentation
10
affix-macro
Maintenance
7
Quality
17
Community
6
Popularity
2
Documentation
11
Technical Details
| fastxfix | prefix_parser | affix-macro | |
|---|---|---|---|
| Version | 1.0.0 | 0.2.0 | 1.0.0 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✓ Yes |
| License | MIT | Apache-2.0 OR MIT | Unlicense |
| Dependencies | 2 | 0 | 1 |
| Crate Size | 9KB | 9KB | 4KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2018 |
| MSRV | 1.89 | — | 1.31 |
| 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.