An into_bytes function, which just called as_bytes, was decided as not being needed because it would require that the Transmutable trait have the requirement of being Sized. This may not be desirable in the future, so for now there is no into_bytes. It can easily be added later with a change to 9 lines of code.
Alchemy
This handles converting numbers to and from bytes in either big or little endian format.
Description
Languages
Rust
100%