#byte #numbers #convert #integer #unsigned #safety #noted

hypernums

Crate for converting numbers to bytes, and bytes to numbers

1 unstable release

Uses old Rust 2015

0.1.0 May 24, 2018

#24 in #unsigned

MIT license

14KB
270 lines

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.

No runtime deps

Features