attoparsec-framer

Use Attoparsec to parse framed protocol byte streams

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

Version on this page:0.1.0.8
LTS Haskell 22.43:0.1.0.4
Stackage Nightly 2024-11-30:0.1.0.9
Latest on Hackage:0.1.0.9

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.8@sha256:fe4d8991596e4db5ed8db16c7587b1e45a3f2a1555c9b9ad0f1b9e3d405e2417,3799

Module documentation for 0.1.0.8

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.8 – 2024-07-11

  • Expand CI test matrix

0.1.0.7 – 2024-07-01

  • Relax lower bounds on QuickCheck

0.1.0.6 – 2024-07-01

  • Relax lower bounds on QuickCheck

0.1.0.5 – 2024-06-24

  • Relax upper bounds of network-run

0.1.0.4 – 2024-06-24

  • Relax upper bounds of network-run

0.1.0.3 – 2024-03-17

  • Adjust all upper bounds for ByteString to allow use of 0.12.1.0

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.