bytestring-progress

A library for tracking the consumption of a lazy ByteString

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

Version on this page:1.0.5
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.5@sha256:473161069caf0eb047662301b103a6f7bc6a1bb4a08b681d63e157232d2232b4,1157

Module documentation for 1.0.5

Used by 1 package in nightly-2015-05-05(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.