streaming-bytestring

Version 0.3.3 revision 0 uploaded by fosskers.

Package meta

Synopsis
Fast, effectful byte streams.
Description

This library enables fast and safe streaming of byte data, in either Word8 or Char form. It is a core addition to the streaming ecosystem and avoids the usual pitfalls of combinbing lazy ByteStrings with lazy IO.

We follow the philosophy shared by streaming that "the best API is the one you already know". Thus this library mirrors the API of the bytestring library as closely as possible.

See the module documentation and the README for more information.

Author
michaelt
Bug reports
https://github.com/haskell-streaming/streaming-bytestring/issues
Category
Data, Pipes, Streaming
Copyright
n/a
Homepage
https://github.com/haskell-streaming/streaming-bytestring
Maintainer
andrew.thaddeus@gmail.com, what_is_it_to_do_anything@yahoo.com, colin@fosskers.ca
Package URL
n/a
Stability
Experimental

Components