@hackage bytestring-progress1.4
A library for tracking the consumption of a lazy ByteString
Installation
Dependencies (5)
- base >=4.0 && <5.0
- bytestring >=0.9 && <1.0
- terminal-progress-bar >=0.4 && <0.5
- text >=1.2.3.1 && <1.3
- time >=1.1 && <2.0 Show all…
Dependents (2)
@hackage/acme-everything, @hackage/arbtt
Package Flags
use-system-progressbar
(on by default)
Enable integration with the terminal-progress-bar library.
In some cases, it is useful to know how fast a ByteString is being consumed. Typically, this could be to report some measure of progress to a waiting user, but it could also be to perform some form of testing on input / consumption code.