An open API service indexing awesome lists of open source software.

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

Use Attoparsec to parse framed protocol bytestreams
https://github.com/adetokunbo/attoparsec-framer

haskell haskell-library network-programming

Last synced: 3 months ago
JSON representation

Use Attoparsec to parse framed protocol bytestreams

Awesome Lists containing this project

README

        

# attoparsec-framer

[![GitHub CI](https://github.com/adetokunbo/attoparsec-framer/actions/workflows/ci.yml/badge.svg)](https://github.com/adetokunbo/attoparsec-framer/actions)
[![Stackage Nightly](http://stackage.org/package/attoparsec-framer/badge/nightly)](http://stackage.org/nightly/package/attoparsec-framer)
[![Hackage][hackage-badge]][hackage]
[![Hackage Dependencies][hackage-deps-badge]][hackage-deps]
[![BSD3](https://img.shields.io/badge/license-BSD3-green.svg?dummy)](https://github.com/adetokunbo/attoparsec-framer/blob/master/LICENSE)

`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.

[hackage-deps-badge]:
[hackage-deps]:
[hackage-badge]:
[hackage]:
[demo client]:
[demo server]:
[Attoparsec]: