bytestring-progress

A library for tracking the consumption of a lazy ByteString

http://github.com/acw/bytestring-progress

Version on this page:1.0.7
LTS Haskell 20.26:1.4
Stackage Nightly 2022-11-17:1.4
Latest on Hackage:1.4

See all snapshots bytestring-progress appears in

BSD-3-Clause licensed and maintained by Adam Wick
This version can be pinned in stack with:bytestring-progress-1.0.7@sha256:987b5767cf0cb2f0a43538ba63e08e1616c6ada0e3bd291465a96fd6e4e0819d,1157

Module documentation for 1.0.7

Used by 1 package in lts-8.5(full list with versions):

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.