Builder package:streaming-commons
Convert a stream of bytestring
Builders into a stream of
ByteStrings.
Adapted from blaze-builder-enumerator, written by Michael Snoyman and
Simon Meier.
Note that the functions here can work in any monad built on top of
IO or
ST.
Also provides
toByteStringIO* like
Blaze.ByteString.Builders, for
Data.ByteString.Builder.
Since 0.1.9
Provides a series of ByteStrings until empty, at which point
it provides an empty ByteString.
Since 0.1.10.0