Registry / utility / kdam
library0.6.4rscratesunverified

A console progress bar library for Rust, inspired by tqdm and rich.progress.

# Cargo.toml [dependencies] kdam = "0.6.4"
INSTALL
IMPORT
SIG · KDAM
K
kdam
utilityrustv0.6.4
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 kdam::ProgressBar;

Creates a progress bar and updates it to 50%.

use kdam::ProgressBar; fn main() { let mut pb = ProgressBar::new(100); pb.update(50); println!("Progress: {:?}", pb); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
kdam — cargo add kdam · libregistry