@hackage attoparsec-framer0.1.0.10
Use Attoparsec to parse framed protocol byte streams
Installation
Tested Compilers
Dependencies (5)
- attoparsec >=0.14.4 && <0.15
- base >=4.10 && <5
- bytestring >=0.10.8.2 && <0.13
- exceptions >=0.10.4 && <0.11
- text >=1.2.3 && <2.2 Show all…
Dependents (0)
Package Flags
profile-the-exes
(off by default)
Switch on profiling for the executables
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.