@hackage stream0.1.0.0

Initial project template from stack

stream

Build Status

NOTE This library is very much in prerelease state. If you see this released anywhere, it's just available for easier sharing with others. Please do not start using it yet.

Streaming data library built around making stream fusion a first-class concept. Focus is on high performance and usability.

Unlike more commonly used streaming libraries (like conduit, enumerator, or pipes), this library is not coroutine based.