Description
A Haskell parsing library specialized for efficient ByteString parsing with a deliberately limited API. It is useful when software needs focused binary parsing without a large general parser framework.
Developers use it for file formats, protocols, and compact binary inputs. Limited APIs can be easier to reason about, but malformed input handling still needs tests.