Crate byte_num

source ·
Expand description

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.

Modules