$ num-conv

v0.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.

Downloads: 277.2M
Recent: 76.5M
Versions: 3
Updated: March 25, 2026

Patch update: 0.2.0 → 0.2.1

$ DOWNLOADS TREND

158.1M277.2M

$ VERSION HISTORY

v0.2.1March 25, 2026
v0.2.0August 28, 2025

$ LINKS

$ INSTALL

cargo add num-conv

Or add to Cargo.toml: num-conv = "0.2.1"