pb icon indicating copy to clipboard operation
pb copied to clipboard

Console progress bar for Rust

Results 26 pb issues
Sort by recently updated
recently updated
newest added

It looks like I'm limited to using the Enum Units but what do I do if I want it to display something custom like "derps/s"?

``` $ cargo audit Fetching advisory database from `https://github.com/RustSec/advisory-db.git` Loaded 457 security advisories (from /usr/local/cargo/advisory-db) Updating crates.io index Scanning Cargo.lock for vulnerabilities (46 crate dependencies) Crate: time Version: 0.1.44 Title:...

We still need `Release` here to make sure our write of `lines` and `nlines` happens before this, and we don't need `Acquire` here since there are no modifications we need...

Support custom unit by add `Units::Custom` variant. Please let me know your feedback, thanks!

In my case, I'd like to set the bar to the exact final total number in case the process doesn't go to completion. No combination of `set/tick/flush` does get me...

``` TARGET = Some("x86_64-pc-windows-msvc") OPT_LEVEL = Some("0") TARGET = Some("x86_64-pc-windows-msvc") HOST = Some("x86_64-pc-windows-msvc") TARGET = Some("x86_64-pc-windows-msvc") TARGET = Some("x86_64-pc-windows-msvc") HOST = Some("x86_64-pc-windows-msvc") CC_x86_64-pc-windows-msvc = None CC_x86_64_pc_windows_msvc = None HOST_CC =...