num-conv 0.2.1

`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%
    10 out of 10 items documented3 out of 9 items with examples
  • Size
  • Source code size: 22.48 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.26 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • jhpratt/num-conv
    10 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.