@hackage / bytestring-progress

A library for tracking the consumption of a lazy ByteString

Latest1.4

About

Metadata

  • Last updated , by AdamWick
  • License BSD-3-Clause
  • Maintained by: Adam Wick <awick@uhsure.com>

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    use-system-progressbar (on by default)

    Enable integration with the terminal-progress-bar library.

Readme

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.