Description
A Haskell library that exposes the native byte order of the current system. Programs can use it to adapt binary processing to the architecture they are running on.
Developers use it in low-level code, serialization, and performance-sensitive paths. Code that depends on native byte order should document when data is portable and when it is machine-specific.