Description
A fast Haskell parser-combinator library for ByteString and Text input. It helps developers build efficient parsers for protocols, file formats, logs, and structured text.
Use it when performance matters and the input format can be described with composable parsers. Parsing untrusted data still requires size limits and clear error handling.