byte-num 0.1.2

Crate for converting numbers to bytes, and bytes to numbers in base 10!
Documentation

This crate provides function to convert from and into bytes, in base 10. The functions are based on the fastware talks of Andrei Alexandrescu. (https://www.youtube.com/watch?v=o4-CwDo2zpg)