num-conv

Crates.ionum-conv
lib.rsnum-conv
version0.1.0
sourcesrc
created_at2023-12-23 08:52:41.119523
updated_at2023-12-23 08:52:41.119523
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
size24,366
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: 1

cargo fmt