progress-logger

Crates.ioprogress-logger
lib.rsprogress-logger
version0.3.1
sourcesrc
created_at2020-04-21 08:54:34.701904
updated_at2020-09-18 13:23:26.549548
descriptionSimple tool to report the progress of a computation
homepagehttps://github.com/Cecca/progress-logger-rs
repositoryhttps://github.com/Cecca/progress-logger-rs
max_upload_size
id232487
size18,975
Matteo Ceccarello (Cecca)

documentation

README

Progress logger

A small utility to report progress of computations, in Rust. Inspired by dsiutil's progress logger.

See the examples directory for example usage.

Currently works only on Linux and MacOS.

Changelog

0.3.1

  • Add method to access throughput

0.3.0

  • Add method to access time to completion estimate

0.2.0

  • Add memory logging
Commit count: 14

cargo fmt