Description
Provides network byte order utilities for Haskell. Network protocols often require numbers to be encoded in a specific byte order, so these helpers reduce mistakes when reading or writing binary data.
It is useful for protocol implementations, packet tools, binary formats, and low-level networking code. It is a developer library and has no standalone interface.