bytestring-progress

A library for tracking the consumption of a lazy ByteString

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

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.4@sha256:b95738a6e32f40efe5b0c9694cff779cfd56a9f061732e5a85185fba3997566f,1196

Module documentation for 1.4

Used by 1 package in nightly-2022-10-06(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.