Description
A Haskell library for Base16, also known as hexadecimal, encoding and decoding of ByteString values. It follows RFC 4648 behavior for representing binary data as text.
Developers use it for hashes, binary identifiers, protocols, and file formats that need hexadecimal text. It is a utility library, commonly installed as a dependency.