package progress

  1. Overview
  2. Docs

Pretty-printing utilities for common units used in progress bars.

module Duration : sig ... end

Printers for time durations (e.g. MM:SS, HH:MM:SS).

module Percentage : sig ... end

Prints a proportion as a percentage (e.g. 42%).

module Bytes : sig ... end

Prints a numeric value as as a byte count.