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 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.
[Skip to Readme]
Modules
[Index] [Quick Jump]
Downloads
- streaming-bytestring-0.3.4.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, 0.3.4 (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.14), 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 || ==9.8.4 |
| 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 2025-02-11T09:33:05Z |
| Distributions | LTSHaskell:0.3.4, NixOS:0.3.4, Stackage:0.3.4 |
| Reverse Dependencies | 40 direct, 40 indirect [details] |
| Downloads | 41408 total (59 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 2025-02-11 [all 1 reports] |