attoparsec-framer

Use Attoparsec to parse framed protocol byte streams

https://github.com/adetokunbo/attoparsec-framer#readme

Version on this page:0.1.0.1
LTS Haskell 22.21:0.1.0.3
Stackage Nightly 2024-05-06:0.1.0.3
Latest on Hackage:0.1.0.3

See all snapshots attoparsec-framer appears in

BSD-3-Clause licensed by Tim Emiola
Maintained by [email protected]
This version can be pinned in stack with:attoparsec-framer-0.1.0.1@sha256:1bf49e827835ebef67f9722d647a26baa2377eb44781a6c847db72856390a3a1,3465

Module documentation for 0.1.0.1

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.

Changes

Revision history for attoparsec-framer

attoparsec-framer uses PVP Versioning.

0.1.0.1 – 2023-07-19

  • Adjust upper bound for ByteString to allow use of 0.12.0.0

0.1.0.0 – 2023-03-01

  • Initial version.