@hackage simple-conduit0.6.0
A simple streaming I/O library based on monadic folds
Installation
Dependencies (24)
- base >=4.3 && <5
- bytestring
- containers
- filepath
- mtl
- primitive Show all…
Dependents (2)
@hackage/streamly, @hackage/acme-everything
simple-conduit
follows a similar UI to the more capable conduit
library,
but reduces the scope of what it can solve down to what can be expressed by
chaining monadic folds that allow for early termination. This allows for
more predictable resource management behavior, at the cost of not allowing
scenarios that conduit
is better designed.