bytestring-progress

A library for tracking the consumption of a lazy ByteString

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

Version on this page:1.0.6
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.6@sha256:960b40832b88742b9eaa4a836090d18b62bfa389b4563eca053f68175cb83755,1157

Module documentation for 1.0.6

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