byte-num 0.1.3

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

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.