Jason Travis Smith 6a623932ed This is trying to remove the num_bytes argument from usize/isize methods.
If num_bytes can be removed then a generic to_bytes and from_bytes
trait can be created that will help with serializing structures
and generic data.
2016-01-02 14:54:03 -05:00
2015-12-29 19:48:46 -05:00
2015-12-30 22:24:41 -05:00

Alchemy

This handles converting numbers to and from bytes in either big or little endian format.

Description
Handles converting numbers to and from bytes in either big or little endian format.
Readme 104 KiB
Languages
Rust 100%