@hackage / attosplit

Split a lazy bytestring at boundaries defined by an attoparsec parser

Latest0.1.0.0

About

Metadata

  • Last updated , by YitzGale
  • License BSD-3-Clause
  • Maintained by: yitz@community.haskell.org

  • Lottery factor: 0

Links

Installation

Readme

Split a lazy bytestring into a lazy list of lazy bytestrings at boundaries defined by an attoparsec parser. The result of a matching parse is included at the beginning of the lazy bytestring which begins at that point.