package progress

  1. Overview
  2. Docs
User-definable progress bars

Install

Dune Dependency

Authors

Maintainers

Sources

progress-0.1.1.tbz
sha256=90c6bec19d014a4c6b0b67006f08bdfcf36981d2176769bebe0ccd75d6785a32
sha512=76a8a8f5979c1d6ba47d28e8c8fc6fa2c4f27073f77749b98f98eaf9c101fdc0f9f76e6463ea8dbea5dbbc69a105908be26c605c8c56ddc1a1a5ccc48db87a5a

CHANGES.md.html

0.1.1 (2020-10-13)

  • Rename Progress.with_display to Progress.with_reporters. (#3, @CraigFe)

  • Change the default display mode of progress bars to ASCII rather than UTF8. (#2, @CraigFe)

  • Change Segment.box_dynamic to take a function rather than a reference. (#1, @CraigFe)

  • Fix a bug causing multi-line layouts to occasionally not adapt to terminal size changes. (#1, @CraigFe)

0.1.0 (2020-10-12)

Initial release.