The latest version of streaming-bytestring is 0.3.3-0.
streaming-bytestring
Version 0.2.0 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
orChar
form. It is a core addition to the streaming ecosystem and avoids the usual pitfalls of combinbing lazyByteString
s with lazyIO
.We follow the philosophy shared by
streaming
that "the best API is the one you already know". Thus this library mirrors the API of thebytestring
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