NetworkEndian describes the byte order to use for network communication. Generally, this is always BigEndian.
Alchemy
This handles converting numbers to and from bytes in either big or little endian format.
Description
Languages
Rust
100%