retrogress

Crates.ioretrogress
lib.rsretrogress
version0.2.1
sourcesrc
created_at2023-11-24 05:53:00.933699
updated_at2024-05-09 17:43:01.181815
descriptionProgress bars with a thin API around complex features
homepagehttps://github.com/synchronal
repositoryhttps://github.com/synchronal/retrogress
max_upload_size
id1046818
size21,126
crates (github:synchronal:crates)

documentation

README

Retrogress

Retrogress is a wrapper around indicatif, providing structs and traits that have a simple and limited API and that can be passed between modules and functions.

For advanced progress bar usage, in a project that does not need to share a progress bar between different sections of code, one may be better served by directly using indicatif (or any other of the many wonderful crates available). This crate can be used to construct progress bars that can be passed around, borrowed, or moved between threads.

cargo run --example sync
Commit count: 23

cargo fmt