Description
A Haskell library for portable conversion between big-endian and little-endian byte order. It helps programs read and write binary formats consistently across different CPU architectures.
Developers use it for protocols, file formats, and low-level serialization. Endianness mistakes can corrupt data subtly, so tests should include known byte sequences.