streaming-bytestring: Fast, effectful byte streams.
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 ByteString
s 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.
[Skip to Readme]
Modules
[Index] [Quick Jump]
Downloads
- streaming-bytestring-0.2.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Versions [RSS] | 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.0.5, 0.1.0.6, 0.1.0.7, 0.1.0.8, 0.1.1.0, 0.1.2.0, 0.1.2.2, 0.1.3.0, 0.1.4.0, 0.1.4.2, 0.1.4.3, 0.1.4.4, 0.1.4.5, 0.1.4.6, 0.1.5, 0.1.6, 0.1.7, 0.2.0, 0.2.1, 0.2.2 (info) |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.8 && <5.0), bytestring (<0.12), bytestring-builder, deepseq, exceptions, ghc-prim (>=0.4 && <0.8), mmorph (>=1.0 && <1.2), mtl (>=2.1 && <2.3), resourcet, semigroups, streaming (>=0.1.4.0 && <0.3), transformers (>=0.3 && <0.6), transformers-base [details] |
License | BSD-3-Clause |
Author | michaelt |
Maintainer | andrew.thaddeus@gmail.com, what_is_it_to_do_anything@yahoo.com, colin@fosskers.ca |
Category | Data, Pipes, Streaming |
Home page | https://github.com/haskell-streaming/streaming-bytestring |
Bug tracker | https://github.com/haskell-streaming/streaming-bytestring/issues |
Source repo | head: git clone https://github.com/michaelt/streaming-bytestring |
Uploaded | by fosskers at 2021-06-23T19:23:12Z |
Distributions | LTSHaskell:0.2.2, NixOS:0.2.1, Stackage:0.2.2, openSUSE:0.2.1 |
Downloads | 31837 total (553 in the last 30 days) |
Rating | 2.25 (votes: 2) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2021-06-23 [all 1 reports] |