Registry / cli / progress-bar

progress-bar

JSON →
library1.4.0rscratesunverified

A simple and elegant crate for displaying progress bars in the terminal with estimated remaining time and integrated logging.

# Cargo.toml [dependencies] progress_bar = "1.4.0"
INSTALL
IMPORT
SIG · PROGRESS-BAR
P
progress-bar
clirustv1.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ProgressBar
use progress_bar::ProgressBar;

Creates and updates a progress bar with estimated remaining time.

use progress_bar::ProgressBar; fn main() { let pb = ProgressBar::new(100); for i in 0..100 { pb.set(i); std::thread::sleep(std::time::Duration::from_millis(50)); } pb.finish(); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
26
OpenAI (training)
1
Resources