Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 692 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 692 Bytes

Blaze Builder Enumerator

This package integrates the builders from the blaze-builder package package with the enumerator package. It provides infrastructure and enumeratees for incrementally executing builders and pass the filled chunks to a bytestring iteratee.

Where packages like attoparsec-enumerator make it easy to parse sequences of bytes into data types within enumerators, this package handles the other direction, converting your data back into sequences of bytes.