Description
Provides a library for creating hex dumps of Haskell ByteStrings. Hex dumps show binary data as hexadecimal bytes, often with readable layout for debugging and inspection.
It is useful for protocol work, binary formats, tests, diagnostics, and low-level debugging. It is a developer library and does not provide a standalone hex editor.