blaze-builder-enumerator

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


Keywords
data, enumerator, library, Propose Tags, Index, Blaze.ByteString.Builder.Enumerator, More info, blaze-builder-enumerator-0.2.1.0.tar.gz, browse, Package description, revised, metadata revisions, Package maintainers, MichaelSnoyman, SimonHengel, SimonMeier, ThomasSutton, edit package information
License
BSD-3-Clause
Install
cabal install blaze-builder-enumerator-0.2.1.0

Documentation

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.