Description
A Haskell library for tracking how much of a lazy ByteString has been consumed. It helps programs report progress while reading or processing large byte streams.
Developers use it for importers, downloads, parsers, and long-running processing tasks. Progress reporting should stay accurate even when input sizes are unknown or reads fail.