byte-num 0.1.3

Crate for converting numbers to bytes, and bytes to numbers in base 10!
Documentation
  • Coverage
  • 66.67%
    10 out of 15 items documented2 out of 9 items with examples
  • Size
  • Source code size: 19.13 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.37 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 crate provides functions to convert from and into bytes, in base 10. The functions are based on the fastware talks of Andrei Alexandrescu (Talk).

To convert from bytes, to integers, use the [from_ascii] module.

To convert from integers, to bytes, use the [into_ascii] module.