num-conv 0.1.0

`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%
    14 out of 14 items documented5 out of 11 items with examples
  • Size
  • Source code size: 24 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.68 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • jhpratt/num-conv
    8 0 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.