Popularity
6.4
Declining
Activity
0.0
Stable
6
4
8

Monthly Downloads: 27
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Data     Text     Enumerator     Blaze    
Latest version: v0.2.0.6

blaze-builder-enumerator alternatives and similar packages

Based on the "blaze" category.
Alternatively, view blaze-builder-enumerator alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of blaze-builder-enumerator or a related project?

Add another 'blaze' Package

README

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.