Crate progress_logger

Source

Structsยง

ProgressLogger
A tool to report the progress of computations. It can be built and configured using the builder function. If given the expected number of updates, reports the expected time to completion, based on the current throughtput.
ProgressLoggerBuilder
Builds a new progress logger. All the configurations are optional, To obtain a builder, use ProgressLogger::builder().