Description
A Haskell library for representing and handling endian-sensitive data. It helps programs read and write values where byte order must be explicit, such as binary file formats and network protocols.
Developers use it to avoid accidental dependence on the host machine's native byte order. Tests should include big-endian and little-endian examples so data stays portable.