num-conv 0.2.2

`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.
Documentation
  • Coverage
  • 100%
    13 out of 13 items documented4 out of 12 items with examples
  • Size
  • Source code size: 24.71 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 317.26 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 2s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • jhpratt/num-conv
    11 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • jhpratt

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. The crate is currently in the process of being uplifted into the standard library; see rust-lang/rust#154330 for details.