Decision Workspace
num-to-words-de vs num-conv vs into_string
Side-by-side comparison of Rust crates
41
num-to-words-de
growingv0.1.2
Convert a u32 Integer into its String equivalent in the German Language
64
num-conv
growingv0.2.1
`num_conv` is a crate to convert between integer types without using `as` casts. This provides better certainty when refactoring, makes the exact behavior of code more explicit, and allows using turbofish syntax.
47
into_string
growingv2.0.0
Helper crate to convert values into strings avoiding extra allocations
Core Metrics
| num-to-words-de | num-conv | into_string | |
|---|---|---|---|
| Health Score | 41 | 64 | 47 |
| Total Downloads | 2.8K | 281.1M | 10.3K |
| 30d Downloads | 34 | 30.8M | 12 |
| Dependents | 0 | 45 | 0 |
| Releases | 3 | 3 | 8 |
| Last Updated | 409d ago | 3d ago | 1236d ago |
| Age | 1y 1m | 2y 3m | 3y 6m |
Health Breakdown
num-to-words-de
Maintenance
6
Quality
15
Community
6
Popularity
4
Documentation
10
num-conv
Maintenance
17
Quality
16
Community
11
Popularity
8
Documentation
12
into_string
Maintenance
4
Quality
22
Community
6
Popularity
5
Documentation
10
Technical Details
| num-to-words-de | num-conv | into_string | |
|---|---|---|---|
| Version | 0.1.2 | 0.2.1 | 2.0.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 1 | 0 | 1 |
| Crate Size | 3KB | 7KB | 3KB |
| Features | 0 | 0 | 3 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | 1.57.0 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •num-conv leads with a health score of 64/100, but none of the options score above 80.
- •⚠ num-to-words-de, into_string have not been updated in over a year.
- •num-to-words-de, num-conv are pre-1.0 — API may change.