/blaze-builder-enumerator

Make it easy to use blaze-builder together with enumerator.

Primary LanguageHaskellOtherNOASSERTION

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.