@hackage / attoparsec-framer

Use Attoparsec to parse framed protocol byte streams

Latest0.1.0.10

About

Metadata

  • Last updated , by adetokunbo
  • License BSD-3-Clause
  • Categories Parsers
  • Maintained by: adetokunbo@emio.la

  • Lottery factor: 1

Links

Installation

Tested Compilers

  1. 9.10.1
  2. 9.8.2
  3. 9.6.6
  4. 9.4.8
  5. 9.2.8
  6. 9.0.2
  7. 8.10.7

Package Flags

Use the -f option with cabal commands to enable flags

    profile-the-exes (off by default)

    Switch on profiling for the executables

Readme

A library that simplifies the use of Attoparsec when processing framed protocol byte streams.

As well as reading the haddocks, please take a look at a demo server and client as working examples.