Description
Get lazy with your io-streams.
README.md
A library to do naughty things with io-streams.
It let's you:
- convert
InputStreams to lazy lists - build lazy lists by feeding an
OutputStream - convert
InputStream ByteStrings to lazyByteStrings
This can be handy when you are interfacing with other libraries that do the right thing in the presence of lazy IO, but don't provide an io-streams interface. Of course, the correct solution is to contribute the io-streams interface.