haskell-streaming / streaming-bytestring

effectful sequences of bytes; an alternative no-lazy-io implementation of Data.ByteString.Lazy
BSD 3-Clause "New" or "Revised" License
16 stars 11 forks source link

Add `Streaming.ByteString.for` #66

Closed endgame closed 2 years ago

endgame commented 2 years ago

This is a streaming-bytestring analogue to Streaming.Prelude.for. It's inspired by the internal one in streaming-utils' zlib decoder but implemented independently. Happy to tweak or remove the @since annotation if you don't expect a release any time soon.

fosskers commented 2 years ago

Thanks for this! I'd be happy to push out a quick release if everything looks good.

fosskers commented 2 years ago

Thanks again! I just uploaded 0.2.3.