Description
Simplifies conversions between different Haskell string types. Haskell code often needs to move between String, Text, ByteString, and related representations depending on APIs and performance needs.
It is useful for web apps, file processing, parsers, logging, and libraries that work across multiple text containers. It is a developer library and conversions still need correct encoding choices.