hypernums 0.1.0

Crate for converting numbers to bytes, and bytes to numbers
Documentation
  • Coverage
  • 88.89%
    8 out of 9 items documented3 out of 7 items with examples
  • Size
  • Source code size: 12.85 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.39 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • DutchGhost/byte-num
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • DutchGhost

This crates offers functions to convert from (unsigned for now) integers to bytes, and from bytes to integers. The goal of this crate is to do it's operations fast. This also means that weird corner cases, are not really handled. If such a corner case can occur, this is noted in the # Safety section, and shows the corner case.