Crates.io | num-conv |
lib.rs | num-conv |
version | 0.1.0 |
source | src |
created_at | 2023-12-23 08:52:41.119523 |
updated_at | 2023-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 | |
repository | https://github.com/jhpratt/num-conv |
max_upload_size | |
id | 1078954 |
size | 24,366 |
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.