Decision Workspace
parse_int vs strtoint vs hexetta
Side-by-side comparison of Rust crates
52
parse_int
growingv0.9.0
Parse &str with common prefixes to integer values
48
strtoint
growingv0.1.0
Parse integers from strings, with support for base prefixes
42
hexetta
experimentalv0.6.5
Flexible CLI tool for printing files and data in multiple bases
Core Metrics
| parse_int | strtoint | hexetta | |
|---|---|---|---|
| Health Score | 52 | 48 | 42 |
| Total Downloads | 2.3M | 15.1K | 20 |
| 30d Downloads | 129.8K | 2.7K | 5 |
| Dependents | 204 | 23 | 0 |
| Releases | 9 | 2 | 1 |
| Last Updated | 350d ago | 1238d ago | 58d ago |
| Age | 6y 2m | 3y 4m | 1m |
Health Breakdown
parse_int
Maintenance
6
Quality
17
Community
11
Popularity
8
Documentation
10
strtoint
Maintenance
4
Quality
17
Community
10
Popularity
5
Documentation
12
hexetta
Maintenance
10
Quality
14
Community
6
Popularity
2
Documentation
10
Technical Details
| parse_int | strtoint | hexetta | |
|---|---|---|---|
| Version | 0.9.0 | 0.1.0 | 0.6.5 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | Apache-2.0/MIT/BSL-1.0/CC0-1.0 | MIT | GPL-3.0-only |
| Dependencies | 1 | 1 | 1 |
| Crate Size | 8KB | 7KB | 21KB |
| Features | 3 | 2 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2021 | 2024 |
| MSRV | — | 1.56 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •parse_int leads with a health score of 52/100, but none of the options score above 80.
- •parse_int is depended on by 204 crates — strongest ecosystem trust.
- •⚠ strtoint has not been updated in over a year.