Sunbeam Studios

Our open-source projects, here for you!

num-conv (0.2.0)

Published 2026-03-26 10:34:02 +00:00 by siennathesane

Installation

[registry]
default = "gitea"

[registries.gitea]
index = "sparse+" # Sparse index
# index = "" # Git

[net]
git-fetch-with-cli = true
cargo add num-conv@0.2.0

About this package

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

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.

Keywords

cast extend truncate convert integer
Details
Cargo
2026-03-26 10:34:02 +00:00
0
Jacob Pratt <jacob@jhpratt.dev>
MIT OR Apache-2.0
6.8 KiB
Assets (1)
Versions (1) View all
0.2.0 2026-03-26