progress.engine
Make.Units
Pretty-printing utilities for common units used in progress bars.
progress
module Duration : sig ... end
Printers for time durations (e.g. MM:SS, HH:MM:SS).
MM:SS
HH:MM:SS
module Percentage : sig ... end
Prints a proportion as a percentage (e.g. 42%).
42%
module Bytes : sig ... end
Prints a numeric value as as a byte count.