Crates.io | num-conv |
lib.rs | num-conv |
version | 0.2.0 |
created_at | 2023-12-23 08:52:41.119523+00 |
updated_at | 2025-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 | |
repository | https://github.com/jhpratt/num-conv |
max_upload_size | |
id | 1078954 |
size | 20,806 |
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.