Decision Workspace
strtoint vs parse_int vs ascii_converter
Side-by-side comparison of Rust crates
48
strtoint
growingv0.1.0
Parse integers from strings, with support for base prefixes
52
parse_int
growingv0.9.0
Parse &str with common prefixes to integer values
43
ascii_converter
growingv0.3.0
A library for converting between different ascii representations
Core Metrics
| strtoint | parse_int | ascii_converter | |
|---|---|---|---|
| Health Score | 48 | 52 | 43 |
| Total Downloads | 15.1K | 2.3M | 26.2K |
| 30d Downloads | 2.7K | 129.8K | 366 |
| Dependents | 23 | 204 | 10 |
| Releases | 2 | 9 | 8 |
| Last Updated | 1238d ago | 350d ago | 1391d ago |
| Age | 3y 4m | 6y 2m | 4y 8m |
Health Breakdown
strtoint
Maintenance
4
Quality
17
Community
10
Popularity
5
Documentation
12
parse_int
Maintenance
6
Quality
17
Community
11
Popularity
8
Documentation
10
ascii_converter
Maintenance
4
Quality
16
Community
6
Popularity
5
Documentation
12
Technical Details
| strtoint | parse_int | ascii_converter | |
|---|---|---|---|
| Version | 0.1.0 | 0.9.0 | 0.3.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | Apache-2.0/MIT/BSL-1.0/CC0-1.0 | MIT |
| Dependencies | 1 | 1 | 0 |
| Crate Size | 7KB | 8KB | 23KB |
| Features | 2 | 3 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | 2018 |
| 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, ascii_converter have not been updated in over a year.