num-conv

Crates.ionum-conv
lib.rsnum-conv
version0.2.0
created_at2023-12-23 08:52:41.119523+00
updated_at2025-08-28 05:31:18.710951+00
description`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.
homepage
repositoryhttps://github.com/jhpratt/num-conv
max_upload_size
id1078954
size20,806
Jacob Pratt (jhpratt)

documentation

README

num-conv

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.

Commit count: 2

cargo fmt