attoparsec-framer

Use Attoparsec to parse framed protocol byte streams

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

Version on this page:0.1.0.2
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.2@sha256:6e3295acb4d9993cabcc4d44c14a78bbcb32f9ea76df3c2b9e9a6245fc66df40,3465

Module documentation for 0.1.0.2

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.2 – 2024-02-29

  • Adjust upper bound for ByteString to allow use of 0.12.1.0

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.