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
- Host: GitHub
- URL: https://github.com/adetokunbo/attoparsec-framer
- Owner: adetokunbo
- License: other
- Created: 2023-01-19T10:26:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-20T05:43:45.000Z (5 months ago)
- Last Synced: 2025-02-11T04:32:42.347Z (4 months ago)
- Topics: haskell, haskell-library, network-programming
- Language: Haskell
- Homepage: https://hackage.haskell.org/package/attoparsec-framer
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# attoparsec-framer
[](https://github.com/adetokunbo/attoparsec-framer/actions)
[](http://stackage.org/nightly/package/attoparsec-framer)
[![Hackage][hackage-badge]][hackage]
[![Hackage Dependencies][hackage-deps-badge]][hackage-deps]
[](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]: