Description
A Haskell library for data encoding and decoding. It helps programs convert data between binary-safe and text-safe representations for storage, transport, or interoperability.
Developers use it in protocols, file formats, APIs, and command-line tools. Encoding is not encryption, so encoded data should not be treated as protected unless a separate security layer is used.