Description
Provides data encoding utilities for Haskell. Encoding libraries convert data between binary and textual representations used by protocols, files, APIs, or storage formats.
It is useful for import/export tools, networking, serialization, security-adjacent formats, and applications that exchange data with other systems. It is a developer library and the correct encoding depends on the target format.