Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.43 KB

README.md

File metadata and controls

23 lines (19 loc) · 1.43 KB

attoparsec-framer

GitHub CI Stackage Nightly Hackage Hackage Dependencies BSD3

attoparsec-framer simplifies use of Attoparsec when processing framed protocol byte streams.

This repository includes the library source code, and a demo server and a demo client. To understand how to use it, please read the package documentation on hackage, then take a look at the demo modules for inspiration.