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.3.3.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
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, 0.2.3, 0.2.4, 0.3.0, 0.3.1, 0.3.2, 0.3.3 (info) |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.9 && <5.0), bytestring (>=0.10.4 && <0.13), deepseq (>=1.4 && <1.6), exceptions (>=0.8 && <0.11), ghc-prim (>=0.4 && <0.12), mmorph (>=1.0 && <1.3), mtl (>=2.2 && <2.4), resourcet (>=1.1 && <1.4), semigroups (>=0.18 && <0.19), streaming (>=0.1.4.0 && <0.3), transformers (>=0.4 && <0.7), transformers-base (>=0.4 && <0.5) [details] |
Tested with | ghc ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.3 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.6 |
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/haskell-streaming/streaming-bytestring |
Uploaded | by fosskers at 2024-10-01T05:33:58Z |
Distributions | LTSHaskell:0.3.3, NixOS:0.3.2, Stackage:0.3.3 |
Reverse Dependencies | 39 direct, 39 indirect [details] |
Downloads | 40016 total (379 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 2024-10-01 [all 1 reports] |